Can I somehow restart usb stall error without using winusb, libusb libraries on windows? Can I do this using only functions from windows.h/winbase.h?
The program is a library, written in C using BCB5.
Now I communicating with device using function CreateFile
for conneting and WriteFile/ReadFile
to read, write data from windows.h.
This libary is used by external applications which work on windows and linux.
The device is a COM device, connected by USB.