PDA

Click to See Complete Forum and Search --> : Trouble with Mscomm


Abhilash Das
Sep 9th, 2005, 12:25 AM
HI
I m very new with Mscomm1.I have managed to write a simple program in vb to send data to another computer using Mscomm.I ve used the default settings for the control.Although i was successfull in getting a ring at the other end,im still not able to send/receive data.

Rthreshold & Sthreshold were set to 0.Is this the problem?
(my comEvent is not triggering although data is being send to my computer from the other side)

If im terribly wrong somebody tell me the right procedure.

little_mouse
Sep 12th, 2005, 06:31 AM
HI

Rthreshold & Sthreshold were set to 0.Is this the problem?
(my comEvent is not triggering although data is being send to my computer from the other side)



set rthreshold to 1.it will set oncomm to trigger when data arrives

hope it can help