Tagged Questions
0
votes
1answer
625 views
Cloning/Splitting a serial port (COM) port in Ubuntu
Everything is working with my serial port. I have connected my FTDI converter into my computer, set my COM port...
ln -s /dev/ttyUSB0 ~/wine/dosdevices/COM1
But now I would like to "clone" this port.
...