Hi,
I would like to access a Cypress USB to UART adapter from a Windows kernel driver (KMDF). Unfortunately the cyusbserial.lib can only be used and linked with user mode applications.
Is there any “USB-Serial SDK” with function API for calls from a windows kernel driver?
Thanks in advance!