mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Use /dev/tty on OSX rather than /dev/cu
See https://stackoverflow.com/questions/8632586/macos-whats-the-difference-between-dev-tty-and-dev-cu/8632603
This commit is contained in:
parent
9535ce459e
commit
fdcc885aa9
2 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
#if defined (_WIN32)
|
||||
#define SERIAL_PORT_EXAMPLE_H "com3"
|
||||
#elif defined(__APPLE__)
|
||||
#define SERIAL_PORT_EXAMPLE_H "/dev/cu.usbmodem"
|
||||
#define SERIAL_PORT_EXAMPLE_H "/dev/tty.usbmodemiceman1"
|
||||
#else
|
||||
#define SERIAL_PORT_EXAMPLE_H "/dev/ttyACM0"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue