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

protocol.txt is empty #1

Open
CatoLynx opened this issue Nov 7, 2019 · 1 comment
Open

protocol.txt is empty #1

CatoLynx opened this issue Nov 7, 2019 · 1 comment

Comments

@CatoLynx
Copy link

CatoLynx commented Nov 7, 2019

README says that the protocol is documented in protocol.txt, but that file is empty.

@wilkgr76
Copy link

Looking at main.c, the display's serial port is opened at 9600 baud, no parity, eight databits and one stopbit. On an Arduino, you could simply do serial.begin(9600); and the default settings apply.

The bytes to send for various text operations are documented here

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

2 participants