Commit Graph

15 Commits

Author SHA1 Message Date
Rob French 5e675107c1 Changes to work with updated modes and such from iopcomm.h 2020-06-14 00:12:29 -05:00
Rob French f588a89ee7 Working on the buffer issues. It looks like the issue is a failure (on
the Raduino side) to check for availability of character in the Serial
port, before reading the serial port.  Note, need to see if this is a
weakness on the Teensy (IOP) side as well.
2020-06-07 13:27:24 -05:00
Rob French 20e1eda140 Removed a bunch of files that I am not maintaining to be compatible with
my Raduino/IOP mods.

Increaesd the update rate for the display (hopefully).
2020-06-07 08:56:06 -05:00
Rob French 10926b54ec Further functioning, but with bugs. Top line is working, but clear
there is messed up interplay between between how IOP updates its menu
and sends it to the Raduino, and how the Raduino updates its display.
Needs to be worked on.

Issues:
- After deselecting the I/O menu (i.e. should go back to normal Raduino
top line), it never does.  But the I/O menu is frozen.  So clearly the
top line never gets updated again by the Raduino.  Need to understand
the logic it uses to actually refresh the display.
- Random garbage (black boxes) on the top line--intermittently.
2020-06-06 22:25:11 -05:00
Rob French bbf883d3c5 Added support for a 16-char display to be received from the IOP, with a
selectable timeout.

Verified the basics of it working.

Subsequently updated with better timeout code.  This compiles, but has
not been tested.
2020-06-06 00:07:50 -05:00
Rob French 2f8fe7fb4c Got the 5 second "DSP status menu" working. Got comms between the IOP
and the Raduino working again.  Now implements a wrapper around all
IOP<=>Raduino comms (IOP prefix, CAT prefix...)
2020-05-18 08:15:28 -05:00
Rob French 681e01d019 Updates to be compatible with iopcomm.h/iopcomm.cpp, and with the new
two-tone test mode.
2020-05-16 23:51:46 -05:00
Rob French c8b2110052 Successful communication between Raduino and IOP. Digi modes working.
Have a high-pitched whine in RX audio, however (IOP problem, not
Raduino).
2020-05-08 00:16:59 -05:00
phdlee c27bbf1b6b Apply DSP meter to all lcd types 2018-07-17 20:41:17 +09:00
phdlee b375b7e9e4 modified some comments 2018-05-23 15:20:10 +09:00
phdlee 12984486a6 Modfied SMeter and CAT 2018-05-03 16:20:09 +09:00
phdlee e961cd8ac9 reduce compiller warning 2018-04-24 18:00:41 +09:00
phdlee 6be127d811 test lcd 2018-04-23 21:40:45 +09:00
phdlee 0aafe32e27 Added Dual LCD 2018-04-21 16:09:21 +09:00
phdlee 5611e1c0ff lcdtest and extended ubutton tested 2018-04-18 20:22:52 +09:00