using mscomm

G

Thread Starter

gig

hi there,

can anyone give me some examples how to get data from the serial port and display it on the screen using vb6?
 
C

Carlos Eduardo Lopes

I made one component for VB6 that i use for doing communication with my slaves. If you want, i can send this ocx and the code for you. But all the comments in the code is in Portuguese.
 
hello
actually I m working on a project in which I m sending data from one pc to
another through internet and that data then transfer to serial com of pc
from there it is transferred to microcontroller.i have a coding to send it on com
port that;s like this
for on the bulb
mscomm1.output = “4”
for off
mscomm1.output = “5”
can you tell me how can I check that whether I am receiving data at com port
or not. and how will microcontroller process that data.
you can mail me on [email protected]
 
Top