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:
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: