problem with sending data in serial communication

B

Thread Starter

balaguru swamy

In visual basic i am using ms comm control. i am sending the data from one system to another system by using the mscomm control. i am sending the full of data in string format. But in receiving only i am getting only first eight characters. but i want to receive the total string of data .

my mscomm control setting are
mscomm1
comport 1
DTRE enable
EOF false
settings 9600,n,8,1
Rthreshold 1
sthreshold 1
inputlen 0
handshking comnone
inputmode comInputModetext
 
Top