-
Notifications
You must be signed in to change notification settings - Fork 69
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 #584
Comments
because we can send data |
The other direction is mostly used to send commands to the firmware, but if you prefix with |
Thank you! |
Whats the baud rate to connect via Python would 9600 be fine? |
i tried. this python
but the 32blit dose not seem to receive 'Hello?', however the python can receive it's messages |
The length is a uint16, so you want something like Baud rate doesn't matter (but I guess you worked that out already 😄) |
where do i import |
found it, it works now, thanks! |
I wonder if this - receiving debug output and sending arbitrary data back - should be a feature of the tools. You could then just import the relevant part of the tools in your code and do something like (very pseudocode here) |
Is there a way to receive data from the serial debugger
The text was updated successfully, but these errors were encountered: