Updated README.md

This commit is contained in:
Rob French 2020-10-27 14:33:17 -05:00
parent 38b696d9c2
commit 9a57ca6ed7
1 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,17 @@
#KC4UPR update
----------------------------------------------------------------------------
NOTE: This project is no longer maintained. I do not have a uBITX configured to use this code, and so am unable to provide any assistance regarding use of the code. This code is intended for the Raduino (Arduino microcontroller) in the uBITX, and communicates with an additional Teensy 3.2 microcontroller added to the transceiver; without this combination, the code is unlikely to do what you expect. Also, at the point where this project left off, it might or might not have been functional… a hardware failure precluded further testing.
Some notes about how this works:
- Requires the ubitx-iop code in the Teensy.
- Teensy and Raduino talk via serial (UART).
- Teensy provides the CW keyer.
- Teensy passes through CAT commands; CAT-handling logic is modified in the Raduino, with a prefix byte to describe whether it's actually CAT data, or other information from the Teensy.
- Additional modes are implemented (namely, digimodes and two-tone test).
Here's the original README.md info from the KD8CEC firmware:
#NOTICE
----------------------------------------------------------------------------
- Now Release Version 1.20 on my blog (http://www.hamskey.com)