Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
(GetCommModemStatus(serial.commHandle , &test)
//test is a type of DWORD

This function is returning value 48 even if RTS line is on or off ?? What does this value means .
Posted
Comments
[no name] 16-Aug-13 5:46am    
http://msdn.microsoft.com/en-us/library/windows/desktop/aa363258%28v=vs.85%29.aspx
asadali.awan 16-Aug-13 5:51am    
I have seen this msdn documentation but 48 in hex is 00x30 which is not mentioned in the documentation that what does this mean
asadali.awan 16-Aug-13 5:54am    
Any other suggestion or help??
[no name] 16-Aug-13 6:38am    
If you had read the documentation, you would have known that it means that your DSR and CTS are both on.
asadali.awan 16-Aug-13 15:07pm    
CTS always remains on ,even if RTS is being cleared. Why CTS is not being low .

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900