Merge pull request #290 from neffs/master
Use more serial devices on Mac OS X
This commit is contained in:
commit
eeb226aceb
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@
|
|||
#endif
|
||||
|
||||
# if defined(__APPLE__)
|
||||
const char *serial_ports_device_radix[] = { "tty.SLAB_USBtoUART", "tty.usbserial-", NULL };
|
||||
const char *serial_ports_device_radix[] = { "tty.SLAB_USBtoUART", "tty.usbserial", "tty.usbmodem", NULL };
|
||||
# elif defined (__FreeBSD__) || defined (__OpenBSD__) || defined(__FreeBSD_kernel__)
|
||||
const char *serial_ports_device_radix[] = { "cuaU", "cuau", NULL };
|
||||
# elif defined (__linux__)
|
||||
|
|
Loading…
Reference in a new issue