···40404141Load the compiled `obj/msterm.bin` to the `dataflash`... somehow.
42424343-### TODO
4444-4545-- Make `putchar` faster (probably just `stamp_char`) because it is currently
4646- too slow to keep the modem at a high speed without dropping data.
4747-4848-- Add an actual Settings menu to change modem speed through DLAB, speaker
4949- volume from automated calls, etc. This will require persisting settings to a
5050- dataflash page somewhere.
5151-5252-- Add a Call menu to dial saved phone numbers
5353-5454-- Maybe add battery level to status bar
5555-5643### License
57445845Copyright (c) 2019 [joshua stein](https://jcs.org/)
+12
TODO
···11+- Make `putchar` faster (probably just `stamp_char`) because it is currently
22+ too slow to keep the modem at a high speed without dropping data. We may
33+ be able to just get away with using flow control here if we can't make things
44+ fast enough.
55+66+- Add an actual Settings menu to change modem speed through DLAB, speaker
77+ volume from automated calls, etc. This will require persisting settings to a
88+ dataflash page somewhere.
99+1010+- Add a Call menu to dial saved phone numbers.
1111+1212+- Maybe add battery level to status bar?