Replies: 1 comment 2 replies
-
I don't think I've tried POCSAG reception with RF69 so there could be something broken in there. The best starting point is to enable protocol debug which will print out all the received data. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im having an issue where it doesn't seem like calling readData() from the pager class is removing data from the module buffer.
this function will usually return the received message once, however afterwards it seems to be getting stuck BACK inside the readData function again as it thinks there is more data available?
im wondering is there is a procedure i should be following when receiving POCSAG transmissions so that the module will read AND remove a message from its buffer.
Beta Was this translation helpful? Give feedback.
All reactions