Skip to content
Snippets Groups Projects

Update overview.rst for easier understanding/usage of the pycardium debugger and console. [MANUAL MERGE]

Closed joe landa requested to merge matejo/firmware:patch-1 into master
2 unresolved threads
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
@@ -38,6 +38,13 @@ Baud-rate is 115200. Some options are:
After connecting, reboot card10 and you should see the MicroPython REPL pop up.
If you're yousing iOS/Mac then you can connect to your debugger using:
Please register or sign in to reply
``screen /dev/tty.usbmodem14201 115200``
    • It's not always tty.usbmodem14201 so I use /dev/tty.usbmodem* (works unless you have multiple devices connected)

      • it was just my simple understanding of the stuff and how i made it work. if you can phrase it better than i, please go for it. I was just trying to make the description easier for people like me, who haven't really done much with this kind of programming/hardware. makes me sad that this request takes so long :/

      • Please register or sign in to reply
Please register or sign in to reply
You can now see in you console what buttons you have pressed and your console outputs/logs.
With ``ctrl + C`` you exit the debugger and you can write your own python code to test it out.
.. todo::
Getting Started Guide for people interested in writing Python code.
Loading