ok, im trying to figure out how to at least transmit the TTY tones... the only way i can think of doing it is using a crapload of If-Then statements. Kinda like this...
IF key="A" THEN
FREQOUT PORTB.1,40,1800
FREQOUT PORTB.1,40,1800
FREQOUT PORTB.1,40,1800
FREQOUT PORTB.1,40,1400
FREQOUT PORTB.1,40,1400
end if
then have the same for the rest of the characters. But i think it would be better to put whatever they keyboard data that comes by into memory, that way there is a buffer... but i have no idea how to do that.
Any other suggestions on how to do this?




Bookmarks