mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-03-10 17:43:49 +00:00
ARYGON ADRB-USB 9600 baud note, removed invalid connection Mac OS X string for pn532 uart. This only applies for ARYGON devices since they use a silabs-usb-to-uart chip
This commit is contained in:
@@ -76,7 +76,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @note ARYGON-ADRA (PN531): ???,n,8,1
|
* @note ARYGON-ADRA (PN531): ???,n,8,1
|
||||||
* @note ARYGON-ADRB (PN532): ???,n,8,1
|
* @note ARYGON-ADRB (PN532): 9600,n,8,1
|
||||||
* @note ARYGON-APDA (PN531): 9600,n,8,1
|
* @note ARYGON-APDA (PN531): 9600,n,8,1
|
||||||
* @note ARYGON-APDB1UA33N (PN532): 115200,n,8,1
|
* @note ARYGON-APDB1UA33N (PN532): 115200,n,8,1
|
||||||
* @note ARYGON-APDB2UA33 (PN532 + ARYGON µC): 9600,n,8,1
|
* @note ARYGON-APDB2UA33 (PN532 + ARYGON µC): 9600,n,8,1
|
||||||
|
|||||||
@@ -43,7 +43,8 @@
|
|||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
// MacOS
|
// MacOS
|
||||||
#define SERIAL_STRING "/dev/tty.SLAB_USBtoUART"
|
// TODO: find UART connection string for PN53X device on Mac OS X
|
||||||
|
#define SERIAL_STRING ""
|
||||||
#else
|
#else
|
||||||
// *BSD, Linux and others POSIX systems
|
// *BSD, Linux and others POSIX systems
|
||||||
#define SERIAL_STRING "/dev/ttyUSB"
|
#define SERIAL_STRING "/dev/ttyUSB"
|
||||||
|
|||||||
Reference in New Issue
Block a user