lats
Full Member level 4
Hello everybody,
Just for a hobby, i'm trying to send a small message from PC to Microcontroller, which i want to display on LCD. For example :- if someone types a message in a textbox "sum = 34" it should be displayed on LCD. I want to control a relay(attached to Microcontroller) through PC, I want to do this only through RS232. I'm able to read stream of data from Microcontroller but i'm unable to send a stream from PC to Microcontroller, I'm only able to send one character. I tried to search net and EDABoard for the same the best similar thing i was able to find was
I'm using 89c51 microcontroller with RS232, and Visual Basic 6 for PC software.
Thanks in advance to everyone.
Just for a hobby, i'm trying to send a small message from PC to Microcontroller, which i want to display on LCD. For example :- if someone types a message in a textbox "sum = 34" it should be displayed on LCD. I want to control a relay(attached to Microcontroller) through PC, I want to do this only through RS232. I'm able to read stream of data from Microcontroller but i'm unable to send a stream from PC to Microcontroller, I'm only able to send one character. I tried to search net and EDABoard for the same the best similar thing i was able to find was
I'm using 89c51 microcontroller with RS232, and Visual Basic 6 for PC software.
Thanks in advance to everyone.