hey there,
i have my first microprocessor project at uni, and its about building a simple Morse Code using a PIC18F252 writing it in ASM
The main idea is the type a letter at the Hyperterminal and transmit it to an LED blinking light
for example:the letter A which is ( .-) the LED should blink once then 3 times in a row, so it would be like 10111 ( 1->the LED is on 0->its off)
so if anyone can help me with that , im finding a problem with using the timer to Blink the LED according to the letter written on the terminal
thank you.