thejpster / monotron

A simple 8-bit home computer style application for the TI Tiva-C Launchpad
Apache License 2.0
191 stars 9 forks source link

Write a RS232 driver #52

Open thejpster opened 5 years ago

thejpster commented 5 years ago

We need to allow the application to drive the RS-232 port. But not all the pins, just TX and RX with optional hardware handshaking on RTS/CTS.

thejpster commented 5 years ago

Wrote rterm, a basic terminal. Serial port does hardware handshaking, but need an API to let the application turn it off as needed.