-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
When I am using println
in Go on the Arduino, the Python serial code I am using "works" but:
- I don't lose any data, even if I start the reading 10 sec after the flash. Is it some buffering effect on the computer or at the arduino level? (Given the LED on the Arduino, I'd say that there is no data send on Serial)
- When I restart the Python program, the Arduino programs is restarted !
tinygo monitor
works differently ; some data is lost if I delay the read, then only a few displays are performed, and the second try may not print anything at all.
I'd like to understand better what's going on here
Metadata
Metadata
Assignees
Labels
No labels