Hi,
I need to create an app, which will communicate to 5x usb to serial converters at the same time.
App needs to detect individually when the USB device is connected, upon connection, send it a few commands, and wait for removal. This repeats when the next unit is connected.
This all needs to happen, 5 x in parralel
I am not sure what would be the besy approach to use?
The obvious would be 5 while loops, but I am sure there must be something better?
Thanks!
Goose