You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an application running on a Raspi 2B using jSerialcomm. There are three serial ports (/dev/ttyUSB1, /dev/tty/USB0 and /dev/tty/AMA0) on the device, but SerialPort.getCommPorts() only returns ttyAMA0. Does anyone have an idea, why SerialPort.getCommPorts() does not return USB0 and USB1?
The text was updated successfully, but these errors were encountered:
I have an application running on a Raspi 2B using jSerialcomm. There are three serial ports (/dev/ttyUSB1, /dev/tty/USB0 and /dev/tty/AMA0) on the device, but SerialPort.getCommPorts() only returns ttyAMA0. Does anyone have an idea, why SerialPort.getCommPorts() does not return USB0 and USB1?
The text was updated successfully, but these errors were encountered: