修改RS232通信
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user