vins5
Newbie level 1
- Joined
- Dec 11, 2012
- Messages
- 1
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Lebanon
- Activity points
- 1,289
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.
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.