Reading status of CTS

Paul

Member
Licensed User
Hi,
I cant seem to read the status of the CTYS line. I dont neceassrily want to implement full handshaking, but I do want to read the CTS line. I'm trying to do something like this:

if serial.CTS = true then
SendCodes = true
lblComms.Color = cGreen

else
SendCodes = false
lblComms.Color = cRed

end if

Any suggestions.


I am able to read the status of CTS with VisulaBasic 6 using the same port and cable.
By the way Im just testing on the desktop at this stage (XP)

Regards
Paul:sign0085:
 

Paul

Member
Licensed User
Hi Erel,
I compiled the program and installed on the PDA. It runs ok on the PDA, thanks again for the speedy response.

Kind regards
paul
 
Top