Skip to content

Modules

JK edited this page Feb 29, 2020 · 4 revisions

MicroPython Modules

main

Example to start WLAN connection and start your program after each boot.

tty

Software TTY based on timer interrupt for low baud rates (<100). Support line observation and pulse dial decoding. Prepared for all TW39 behavior.

bmc

Converter between Baudot-Murray-code and ASCII.

telex

Handles TTY data and Baudot-Murray conversion to/from ASCII.

term

This example code gets inputs from stdin (keyboard), convert it to Baudot-Murray-code and send it to software TTY. All inputs to software TTY are converted to ASCII and put to stdout (screen). Can be used over USB-serial-cable to test the connection to a teletype.

tns / telnet (at work)

This example code gets inputs from socket, convert it to Baudot-Murray-code and send it to software TTY. All inputs to software TTY are converted to ASCII and put back to socket.

debug_pc.machine / test_pc

Mock up to test and debug machine behavior on a PC with CPython

Getting Started

Software

Hardware

Clone this wiki locally