?? rs232u_lib.h
字號:
/* Copyright (C) Jungo 2003 - 2004 */
#ifndef __RS232U_LIB_H__
#define __RS232U_LIB_H__
#include "wdlib.h"
#define VID 0x0451
#define PID 0x3410
#define MAX_REPORT_LEN 9
#define SPEEDS_NUM 6
extern char *szBaudRate[SPEEDS_NUM];
WDL_STATUS RS232U_SetSpeed(WDL_HANDLE hDev, unsigned char iSpeed);
WDL_STATUS RS232U_SetHWFlowControl(WDL_HANDLE hDev, BOOL fActivate);
WDL_STATUS RS232U_Write(WDL_HANDLE hDev, void *buf, unsigned int iBytes);
WDL_STATUS RS232U_Read(WDL_HANDLE hDev, void *buf, unsigned int *piBytesRead);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -