B
Brane Brodnik
Hi!
I want to monitor status inputs CTS, DSR, RLSD and RING on serial port in my
PocketPC.
DWORD mstatus = 0;
if (GetCommModemStatus(hPort, &mstatus)) {
// mstatus is always 0 here.
}
Why I always get 0 in mstatus althought
WaitCommEvent returns me notification about particular signal changes and
I'm sure status really changes.
Can anybody explain me this and help me to get information about RS232 input
signal states?
Is there anybody there who can get from GetCommModemStatus anything else
than 0?
Thanks,
Brane Brodnik
I want to monitor status inputs CTS, DSR, RLSD and RING on serial port in my
PocketPC.
DWORD mstatus = 0;
if (GetCommModemStatus(hPort, &mstatus)) {
// mstatus is always 0 here.
}
Why I always get 0 in mstatus althought
WaitCommEvent returns me notification about particular signal changes and
I'm sure status really changes.
Can anybody explain me this and help me to get information about RS232 input
signal states?
Is there anybody there who can get from GetCommModemStatus anything else
than 0?
Thanks,
Brane Brodnik