mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-22 22:23:38 -07:00
OSX: Add note for example serial port
This commit is contained in:
parent
6ceb41ac1c
commit
88e61ce998
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
#define SERIAL_PORT_H "com3"
|
#define SERIAL_PORT_H "com3"
|
||||||
|
#elif __APPLE__
|
||||||
|
#define SERIAL_PORT_H "/dev/tty.usbmodem*"
|
||||||
#else
|
#else
|
||||||
#define SERIAL_PORT_H "/dev/ttyACM0"
|
#define SERIAL_PORT_H "/dev/ttyACM0"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue