Reply by -Giacomo- April 4, 20062006-04-04
electro ha scritto:
> whats the simplest way(VB6 code) to read the contents or status of > rs232 input signal CTS? >
the MSCOMM ocx component: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/comm98/html/vbproCTSHold_Comm.asp
Reply by Meindert Sprang April 4, 20062006-04-04
"harshad" <tccd22@gmail.com> wrote in message
news:1144130094.851114.326610@z34g2000cwc.googlegroups.com...
> you can try usin sax, activex control or you can get a few examples > (most of which might be unstables) from source sites
An activeX control???? How hard is it in VB to call one single API function and evaluate one of the 4 bits returned in a word..... Meindert
Reply by harshad April 4, 20062006-04-04
you can try usin sax, activex control or you can get a few examples
(most of which might be unstables) from source sites

Reply by Meindert Sprang April 4, 20062006-04-04
"electro" <electromagnetic377@yahoo.com> wrote in message
news:1144128313.899375.103440@e56g2000cwe.googlegroups.com...
> whats the simplest way(VB6 code) to read the contents or status of > rs232 input signal CTS?
By calling the standard Windows API function GetCommModemStatus. Meindert
Reply by electro April 4, 20062006-04-04
whats the simplest way(VB6 code) to read the contents or status of
rs232 input signal CTS?