Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit d882d2f

Browse files
damellisFederico Fissore
authored andcommitted
Adding support for /dev/ttyACM* devices on Linux.
For example, the Arduino Uno and Arduino Mega 2560.
1 parent f46c995 commit d882d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gnu/io/RXTXCommDriver.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -677,6 +677,7 @@ else if ( osName.equals("Solaris") || osName.equals("SunOS"))
677677
if(osName.equals("Linux"))
678678
{
679679
String[] Temp = {
680+
"ttyACM", // linux CDC devices
680681
"ttyS", // linux Serial Ports
681682
"ttySA", // for the IPAQs
682683
"ttyUSB", // for USB frobs

0 commit comments

Comments
 (0)