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 output works, but serial input does not seem to #4

Open
marcmerlin opened this issue Dec 24, 2019 · 3 comments
Open

Serial output works, but serial input does not seem to #4

marcmerlin opened this issue Dec 24, 2019 · 3 comments

Comments

@marcmerlin
Copy link

I should have worked with this code more often, and I'm fixing this now.
One issue I did hit though is that my code relies on serial input to do specific thing.
Serial output works, but I can't get input working
Would something like this work for you?
if (Serial.available()) readchar = Serial.read();

If not, is it easy to add? :)

@marcmerlin
Copy link
Author

marcmerlin commented Dec 26, 2019

Also, in case you are interested, I did some updates to the libraries and example code:
https://github.com/MarcFork/FastLEDonPc

@marcmerlin
Copy link
Author

marcmerlin commented Dec 27, 2019

I just verified that serial input is now supported in upstream, so I'm going to switch to that for my code: ChrisMicro#4

@benpicco
Copy link
Owner

I must admit I kind of abandoned this, I wanted a simulator for https://github.com/benpicco/blinkendisplay but all the interesting things would involve implementing the WiFi API so I didn't use it much.

I happy it was a bit useful nonetheless :)

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