videofeedback / Unreal_Engine_SerialCOM_Plugin

Serial Com Port Library for Unreal Engine 4 and Unreal Engine 5
MIT License
220 stars 41 forks source link

Referencing serial ports by name #10

Open gaborpapp opened 2 years ago

gaborpapp commented 2 years ago

It would be nice to be able to select ports by name because the order of ports can change if you have multiple serial devices attached, in which case referencing by index would not work.

benkuper commented 1 year ago

+1 for this ! Or at least having a function to list ports with names / description / vid / pid, then we can handle in blueprint whatever we need to do to filter out. I tried adding that myself but I don't actually use Unreal, I'm making a module for someone and discovering the whole thing at the same time, so figuring out now how to recompile the source code and have it reflected in Unreal