I've made a hardware that send data (bits) to PC using serial port.
I use 4 bits of data.
I know the pins which is used to send the bits to PC (using pin number 10, 11, 12, 13, 15, 16, and 17).
Thanks.
Printable View
I've made a hardware that send data (bits) to PC using serial port.
I use 4 bits of data.
I know the pins which is used to send the bits to PC (using pin number 10, 11, 12, 13, 15, 16, and 17).
Thanks.
U can use MSCOMMN Active X control.
Dim Message1
MSCOMM1.PORT = 2
MSCOMM1.OPEN = true
Message1 = MSCOMM1.input
U can see the sample code of MSCommunication in VB5 samples. Hope that will solve your problem. If not, U can contact me. I will be able to provide complete support to you.
Ravi Sangisetti
Sr.Software Engineer
Contech India Ltd
Gandinagar, India