In this Section

↩ Return Home

↩ Return to Resources

Serial Console Options


Nearly any terminal program can communicate with the PyCubed board.

(baud=112500, data=8 bit, parity=None, flow control=None).

For example...

⭐ Browser (cross-platform)

Must use Chrome or Edge for this to work.

  1. Visit this demo: https://googlechromelabs.github.io/serial-terminal/ make sure you open it in the correct browser (chrome or edge)!

  2. With your board plugged into your computer, click Connect at the top of the page

  3. Select the appropriate port and click the blue connect button

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/b84b9d58-3b5c-4f95-b636-ce542777e6b8/Untitled.png

  4. You should see the following message in the terminal

    https://s3-us-west-2.amazonaws.com/secure.notion-static.com/610dba0f-dad4-4c49-9dda-dd8283151111/Untitled.png

  5. You now have access to the REPL:

    Press Ctrl+C to halt any programming currently running, then press any key to enter the REPL or hit Ctrl+D to reload the main.py file

  6. Work through the Hands-On Quick Start pages for more details on using the REPL

MacOS

  1. In terminal type: ls /dev/tty.*. The board will likely be listed as /dev/tty.usbmodem_____
  2. Now enter: screen /dev/tty.YOURBOARDNAMEHERE 115200