Continuing the discussion from Any possibility to choose the serial COM port in the dashboard?:
Hello,
I tried to solve the last issue adding multi nodes serialport in and out, and config them with COM1, COM2, .... this works but it is not a good approach.
I thought in another approach, using the node function:
- get all COM available
- get the serial number of each
- choose the COM by serial number (I will use multi FTDI 232, and I will configure each a unique serial number)
How I can get all COM available and read serial number?
Thank you,
Jorge