Hello, trust me, I try to find in this forum any inputs for this question !
I didn't find it ...
Question :
I want to input (let say at compilation time first)
a ALPHAnumeric chain like "HELLO" in the PIC
In the program, I will read this chain (character after character) and
make something like
If character(x) = "H" then goto H subroutine
if character(x) = "E" then goto xxxxx
(it is clear that I will use better command like Lookup or something better !)
Project is to give the possibility for a "HUMAN Normal Guy" to write his sentence, or send it using a serial connection .... anyway !
this "HNG" is not aware that letter "A" is DEC(65) and so on !
after that my program will use his sentence to produce MORSE CODE ...
a 20 characters (Alpha and numeric) sentence is the maximum length
any idea ?
thanks in advance
Bookmarks