Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

How to interect MSComm with microcontroller

Before this, i used to write the code with MSComm to communicate with the serial port which 2 computer are connected. I can just use the below line to get the correct data send from one pc to another pc.

strReceive = MSComm1.Input

But when i communicate with microcontroller, do i need to convert the data from microcontroller to bytes or other conversion in order to get the value i need?

i'm sending the temp from the microcontroller... but when i do this

strReceive = MSComm1.Input
text1.text = strReceive

i get weird character... which maybe in the from of ascii

What should i do?
[648 byte] By [speedss] at [2007-11-11 10:17:39]
# 1 Re: How to interect MSComm with microcontroller
i have solve the prob... thanks for those viewing
speedss at 2007-11-11 17:22:47 >
# 2 Re: How to interect MSComm with microcontroller
i need ahelp in how to use avr microcontroller as an interface to control relays by an sms {gsm phone}
shehab at 2007-11-11 17:23:47 >