Sending and recieving serial data...HOW? 
Author Message
 Sending and recieving serial data...HOW?

Does anyone know how to address the serial ports ( com1, com2 ect... ) in a Visual Basic program?

I just bought Visual Basic standard edition for 95 ( never used VB before ) and the manual/on-line help does
not touch on this topic. If the explaination is too involved, how about a pointing me toward some documentation
of VB and the serial ports...

Thanks,

Anthony M Walter



Fri, 04 Dec 1998 03:00:00 GMT  
 Sending and recieving serial data...HOW?

Look at the custom controls that come with the Professional edition.


Quote:
>Does anyone know how to address the serial ports ( com1, com2 ect... ) in a Visual Basic program?
>I just bought Visual Basic standard edition for 95 ( never used VB before ) and the manual/on-line help does
>not touch on this topic. If the explaination is too involved, how about a pointing me toward some documentation
>of VB and the serial ports...
>Thanks,
>Anthony M Walter

Jerry Helms
Intelligent Information Systems



Fri, 04 Dec 1998 03:00:00 GMT  
 Sending and recieving serial data...HOW?

Check the help files for MSComm.

Jim

+-----------------------------------------------------------------+

| Satcom Integrated Systems Limited,    Phone:  +353-21-317001    |
| Neptune House, Victoria Road,         Fax:    +353-21-313603    |
| Cork City, Ireland.                   Mobile: +353-87-573121    |
+-----------------------------------------------------------------+



Fri, 04 Dec 1998 03:00:00 GMT  
 Sending and recieving serial data...HOW?



Quote:
>Does anyone know how to address the serial ports ( com1, com2 ect... ) in a
>Visual Basic program?

>I just bought Visual Basic standard edition for 95 ( never used VB before ) and
>the manual/on-line help does
>not touch on this topic. If the explaination is too involved, how about a
>pointing me toward some documentation
>of VB and the serial ports...

>Thanks,

>Anthony M Walter

In QB4.5 you could
Open "lpt1" For Output As #1

don't know if this works for VB3 though?

      \\?//    

/-----\(_)/-----------------------------------------------------\

| .oooO   Oooo.   Head of Software Development, Impact Software |
| (   )___(   )      1 Percy Street, Sheffield, S3 8AU, England |
\--\ ( _|_ ) /--------------------------------------------------/
    \_)   (_/



Sun, 13 Dec 1998 03:00:00 GMT  
 Sending and recieving serial data...HOW?

if you'd bought the profesianol addition of vb there is a vbx which does
all the work for you. you might be able to find an equivelant vbx
somewhere



Quote:


>>Does anyone know how to address the serial ports ( com1, com2 ect... ) in a
>>Visual Basic program?

>>I just bought Visual Basic standard edition for 95 ( never used VB before ) and
>>the manual/on-line help does
>>not touch on this topic. If the explaination is too involved, how about a
>>pointing me toward some documentation
>>of VB and the serial ports...

>>Thanks,

>>Anthony M Walter

>In QB4.5 you could
>Open "lpt1" For Output As #1

>don't know if this works for VB3 though?

>      \\?//    

>/-----\(_)/-----------------------------------------------------\

>| .oooO   Oooo.   Head of Software Development, Impact Software |
>| (   )___(   )      1 Percy Street, Sheffield, S3 8AU, England |
>\--\ ( _|_ ) /--------------------------------------------------/
>    \_)   (_/

--
Philip Jolley


Thu, 07 Jan 1999 03:00:00 GMT  
 
 [ 5 post ] 

 Relevant Pages 

1. recieve data asynchronously and send the data on the same socket

2. MSComm does not recieve data when Hyper Terminal recieves data OK

3. Sending strings hich recieve data to API calls ?

4. Serial input recieve comm event with no characters in the buffer

5. Sending binary data through serial port

6. send data stream via serial port?

7. Sending serial binary data

8. Sending Data to a Serial Port to control a Digital camera

9. Sending Data to a Serial Port to control a Digital camera

10. evb 3.0 serial communication trouble (no data sent )

11. Send/Recieve

12. Send / Recieve problem

 

 
Powered by phpBB® Forum Software