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

Fix Consecutive Packets Error #2

Open
josefmtd opened this issue Feb 28, 2018 · 1 comment
Open

Fix Consecutive Packets Error #2

josefmtd opened this issue Feb 28, 2018 · 1 comment

Comments

@josefmtd
Copy link
Owner

When sending two consecutive AX.25 packets from Raspberry Pi to the LoRa KISS TNC, the second AX.25 packet will trigger an error.

Possible cause:

  1. When KISS TNC is receiving the second KISS frame, the TNC is called to process the frame, this leads to chopping off of the serial data.
@josefmtd
Copy link
Owner Author

josefmtd commented Mar 1, 2018

This is caused by Arduino's Serial being capped on 64 bytes.
This causes the second frame being chopped off so only 63 bytes remain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant