Getting info from serial port with VB
Please can someone help me. We are trying to set a serial barcode scanner up to read info into Access 2000. The scanner works fine if we test with Hyperterminal.
The code that I have been able to find from MSD library is as follows
MSComm1.CommPort = 2
MSComm1.Settings = "9600,N,8,1"
MSComm1.PortOpen = True
Please tell me what needs to be put in b4 this as I get an error saying "Object not found" I am not sure what Object is required and what parameters need to go with the declaration.
|