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

Using a SoftwareSerial to communicate with RDM6300 #591

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

teodino93
Copy link

RDM6300 needs a serial with 9600 baud, and the Hardware serial is set to 115200, creating a SoftwareSerial bound to GPIO-04 and using it to read the data from the board allows the program to use RDM6300 correctly.

@matjack1
Copy link
Collaborator

Thank you very much @teodino93 !! Looks good :)

I have one question, why are you hardcoding GPIO-04? Is this mandatory or it could be configured like what happens for the other readers? I can help with the web UI if you need a hand. If you want to try I'm very happy though :)

Also, minor nitpicking, would be nice if you could write variable names with camelCase to be consistent with the rest of the codebase. Thanks!

@teodino93
Copy link
Author

It should not be mandatory, I should put a config for the pin without problems. I'll push the code as soon as it's done!

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

Successfully merging this pull request may close these issues.

None yet

2 participants