|
2. Host API Functions
The host API is provided in the form of a Windows Dynamic Link Library (DLL). The host interface DLL
communicates with the USB device via the provided device driver and the operating system's USB stack. The
following is a list of the host API functions available:
SI_GetNumDevices() - Returns the number of devices connected
SI_GetProductString() - Returns a descriptor for a device
SI_Open() - Opens a device and returns a handle
SI_Close() - Cancels pending IO and closes a device
등등... 의 함수를 지원한다 하네요..
USB CHIP DATA SHEET 에 나와 있는데..
그런데 사용법도 잘 모르겠고, DLL 파일은 열수도 없네요..
초짜라 컴포넌트만 가지고 하다 답답해서 물어 봅니다.
혹쉬... C8051F320 CHIP 을 사용해 보신분 계신지도..
|