skuep / AIOC

Ham Radio All-in-one-Cable
MIT License
711 stars 56 forks source link

Windows 7,8 drivers #38

Closed stev1974 closed 9 months ago

stev1974 commented 11 months ago

Is there a way to make AIOC work with Windows 7 or 8? I tried about a million drivers without luck. Hope someone can give me a hint.

image

skuep commented 11 months ago

The AIOC uses built-in drivers (USB standard drivers). I am not sure, why your machine is not loading them. Is there an error Message somewhere?

stev1974 commented 11 months ago

There stands if I translate to english "There were no driver for the device installed (Code 28)". This is on Windows 8.1. I tried it also on my laptop with the same result and a friend of mine on Windows 7. Everywhere the same. image

Then I tried to find USB class 2 Audio drivers and manually installed them to the device but nothing worked so far. On my tablet with windows 10 it found the drivers without problems.

skuep commented 11 months ago

It may be possible that the Version of Win 7/8 is too old, for installing these automatic USB drivers, but I am not sure. But since there are no updates any more for those Windows versions, I am not sure how you can make sure, you have the latest Win 7/8.. Hm

stev1974 commented 11 months ago

yes it seems like. If someone has an idea what driver I can try please let me know.

skuep commented 9 months ago

I am afraid if nobody else has an idea, you are out of luck. From my side, any OS that doesn't support the USB Audio Class 2.0 codec is unsupported due to time limitations. So I am going ahead and close this issue. If you have new information, feel free to re-open.

OK2MOP commented 2 months ago

For future reference, the working serial COM port driver for Windows 7 is https://www.st.com/en/development-tools/stsw-stm32102.html

EDIT: However, the connection seems to be unstable failing after 0.5-1MB of data transferred for some reason

I was, however, not able to find an audio and DFU driver which would match yet.

skuep commented 2 months ago

How did you install the STM32 driver? I think it's for a totally different USB VID:PID pair belonging to STM32. This is not the correct driver, although it looks like it's working.

The correct driver's are the windows built-in CDC, UAC2 and HID drivers. I have no idea why they don't install automatically. Windows is a mysterious black box in these cases. Maybe your PC is connected to a domain and there are groups policies forbidding installing those drivers? Don't know.