修改RS232通信

This commit is contained in:
TAO Cheng
2013-07-01 16:23:02 +08:00
parent 61a49df5ee
commit 46fb8ed7b2
11 changed files with 123 additions and 255 deletions
+10 -1
View File
@@ -156,8 +156,17 @@ EXP BOOL WINAPI LKIF_GetStorobeTime(OUT LKIF_STOROBETIME *StorobeTime);
///////////////////////////////////////////////
// Mode Change Command
//
// Mode Switch
EXP BOOL WINAPI LKIF_SetMode(IN LKIF_MODE Mode);
///////////////////////////////////////////////
// USB Setting Command
//
#define USBPORTNO_MIN 1
#define USBPORTNO_MAX 13
// Enumerate Port Number Function (array of 13 ports)
EXP BOOL WINAPI LKIF_EnumPortNo(BOOL IsValidPortNo[USBPORTNO_MAX]);
// Set Port Number Function (1 to 13)
EXP BOOL WINAPI LKIF_SetPortNo(int PortNo);
} // extern "C"
#endif // LKIF_INCLUDED