|
-
February 2nd, 1999, 04:57 AM
#1
URGENT : How to read data from SERIAL PORT using VB
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.
-
June 2nd, 1999, 01:11 PM
#2
Re: URGENT : How to read data from SERIAL PORT using VB
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|