-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
serial speed for pn532 #708
Comments
To be sure I am not misunderstanding anything.
|
already have a basic communication with 230.4.
I have another question: |
Poll the command "SAMConfiguration" at different baud rates before communication, such as: 55 55 00 00 00 00 00 00 00 00 00 00 00 00 00 00 FF 03 FD D4 14 01 17 00, and receive the right ACK. |
Are serial speeds other than 115200 supported when using pn532?
Both:
device.connstring = "pn532_uart:/dev/ttyUSB0:57600
and
device.connstring = "pn532_uart:/dev/ttyUSB0:460800
produce a code dump.
The text was updated successfully, but these errors were encountered: