USB in Processing
in
Integration and Hardware
•
1 year ago
I connect the phone via USB to a PC.
OS Ubuntu.
Via minicom and use the PHP programming language, I see the phone and talk to them using the AT command, it is defined as /dev/ttyACM3
In Processing through Serial.list () I can only see ttyS1 and ttyS0.
How do I communicate with Processing with /dev/ttyACM3?
P.S. Sorry for bad English
OS Ubuntu.
Via minicom and use the PHP programming language, I see the phone and talk to them using the AT command, it is defined as /dev/ttyACM3
In Processing through Serial.list () I can only see ttyS1 and ttyS0.
How do I communicate with Processing with /dev/ttyACM3?
P.S. Sorry for bad English
1