WeeMan wrote:
My idea is to receive an audio RadioTeleTypeY RTTY signal into the host machine, demodulate the received BAUDOT code, convert the received character to ASCII and display the DECODED characters onto the screen. It would probably be easier if I had an actual 6502 machine like a BBC Master/Acorn or Oric to code with but at present using an IDE and emulator created for game development.
Quote:
I see that I have to create a translation table to change the received characters from BAUDOT to ASCII and then use sys calls for screen display etc but its the actual input and conversion to bytes that I am sketchy about.
hoglet wrote:
There's another Stardot thread that might be of interest as well:
Hoglet's Past Projects #2 - the RTTY receiver
In this project the demodulation of the RTTY signal is done in hardware, leaving the computer just to decode the serial bitstream.
Hoglet's Past Projects #2 - the RTTY receiver
In this project the demodulation of the RTTY signal is done in hardware, leaving the computer just to decode the serial bitstream.