Skip to content
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->write(0) pulls an error on some platforms #116

Closed
Ariel-International opened this issue Jul 7, 2021 · 2 comments
Closed

_serial->write(0) pulls an error on some platforms #116

Ariel-International opened this issue Jul 7, 2021 · 2 comments
Assignees
Labels
PN532 Label for PN532 UAY Unassigned yet

Comments

@Ariel-International
Copy link

I solved this problem by adding (byte) as in:
void PN532_HSU::wakeup() { _serial->write((byte)0x55); _serial->write((byte)0x55); _serial->write((byte)0); _serial->write((byte)0); _serial->write((byte)0);
This works fine on SAMD.

@MatthewJeffson MatthewJeffson added UAY Unassigned yet PN532 Label for PN532 and removed UAY Unassigned yet labels Oct 9, 2024
@Cincinnatu
Copy link

Hello, has this issue been resolved? If not, please provide more information.

@Lesords
Copy link

Lesords commented Nov 4, 2024

Hello,

I'm going to close this issue, feel free to re-open it if you have any other questions.

[Autocommentary]

@Lesords Lesords closed this as completed Nov 4, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PR Assemble Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PN532 Label for PN532 UAY Unassigned yet
Projects
Status: Done
Development

No branches or pull requests

4 participants