Hi Everyone!
I'm trying to read from and write to a serial port from my VB program, and it's errr.. well, it's not exactly working! I dropped an mscomm control onto the form, applied the proper port settings, then opened the port using the .portopen() method. I then used the MSComm1.output to send some text to the port and that resulted in diddly squat. So... I verified that my target device (bar code reader), which the comm port is connected to works by typing in text using HyperTerminal. It worked great... I basically need to send it "LON" <ENTER> to activate the bar code reader. Is there something else I'm supposed to do to make it work?
Thanks!
LeGo PiEcE
"The Computer Spock! Destroy it!" - Captain James T. Kirk
I'm trying to read from and write to a serial port from my VB program, and it's errr.. well, it's not exactly working! I dropped an mscomm control onto the form, applied the proper port settings, then opened the port using the .portopen() method. I then used the MSComm1.output to send some text to the port and that resulted in diddly squat. So... I verified that my target device (bar code reader), which the comm port is connected to works by typing in text using HyperTerminal. It worked great... I basically need to send it "LON" <ENTER> to activate the bar code reader. Is there something else I'm supposed to do to make it work?
Thanks!
LeGo PiEcE
"The Computer Spock! Destroy it!" - Captain James T. Kirk