|
...
|
...
|
@@ -160,6 +160,8 @@ BOOL InitializeApp(HINSTANCE hInst, int nShowCmd) |
|
160
|
160
|
return FALSE;
|
|
161
|
161
|
}
|
|
162
|
162
|
|
|
|
163
|
+ QuerySerialPortStatusEx(TTYInfo.unOpenedPortAry,2,255);
|
|
|
164
|
+
|
|
163
|
165
|
//
|
|
164
|
166
|
// setup program's tty child window class
|
|
165
|
167
|
//
|
...
|
...
|
|