Skip to content

1.3.0

Compare
Choose a tag to compare
@tmontes tmontes released this 15 Oct 15:14
· 14 commits to master since this release

Changes:

  • Now able to connect and interact with a BBC micro:bit via USB serial:
    • Detects serial ports on startup.
    • Allows the selection of one serial port: on selection, it is opened and a CTRL-C (0x02) ASCII byte is sent.
    • Continuously reads from the serial port, showing micropython's output.
    • Allows sending single line commands, thus supporting basic micropython REPL interaction.
  • No longer includes the big Quit button: close the window to do that!
  • Fully packaged, signed, notarized with pup -- the distributable .zip file was hand created.

Motivation:

  • Understand whether or not pup packaged applications can use serial ports on macOS Catalina.