specify Pycom Device
-
Dear All:
I'm new with the pycom devices, so I have a question, is there a way two connect two lopys at the same time in my computer?, I use Ubuntu, so I want to have two consoles watching the messages from each lopy, is there a way to do that?
Kind Regards, Angélica Moreno
-
@ahelllycan Using a serial terminal emulator program like picocom, minicom or screen, you can connect as many devices as you have available USB ports. Just open for each device a terminal window and start the serial terminal using the repective interface. The interfaces are called /dev/ttyUSB0, /dev/ttyUSB1, .... Example:
picocom -b 115200 /dev/ttyUSB0
picocom -b 115200 /dev/ttyUSB1
....To close picocom, enter Ctrl-A Ctrl-X of close the window with picocom.