Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
"make massprogram"
which utilized the flasher.py utility.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Needed so that both continuing the current transaction and sending
an entirely new one works
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it was working fine all along, the demo display code just didn't like the
double trailing null bytes. It's still not 100% fine (the first byte is
overwritten with a 0 byte for uneven string lengths), but since it's just
demo code that's acceptable for now
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The system now uses a FECModem instance, which inherits the receive methods
etc. from Modem.
Up next: Make the modem's buffer read methods private and expose them in
error-corrected FECModem methods instead
|