Click to See Complete Forum and Search --> : URGENT : How to read data from SERIAL PORT using VB
Dinarto
February 2nd, 1999, 03:57 AM
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.
DINARTO
February 2nd, 1999, 03:57 AM
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.
Ravi Sangisetti
June 2nd, 1999, 01:11 PM
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
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.