문제

We alread have a front panel based on uart commuication, I want to use it to commuicate to windows pc. The solution is use a chip covert UART to USB, chip driver on windows is virutal COM, the driver is shown in device manager and receives information from Front Panel, but it is not open source. I want to know how can I develop a KMDF/UMDF driver to read/write the virtual COM driver to send KEY information to windows system, or let windows system recognise this is key info.

Please give me some sample code, links, documents or advice, thanks a lot.

올바른 솔루션이 없습니다

다른 팁

Serial port KMDF sample: http://code.msdn.microsoft.com/windowshardware/Serial-73a4564d. Look around there for additional documentation.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top