Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find serial #23

Closed
TzOk83 opened this issue Apr 3, 2020 · 3 comments
Closed

Can't find serial #23

TzOk83 opened this issue Apr 3, 2020 · 3 comments

Comments

@TzOk83
Copy link

TzOk83 commented Apr 3, 2020

Under Windows 7 x64 I can't access the Greaseweazle device. I get error:

File "D:\Program Files\Greaseweazle\scripts\greaseweazle\tools\util.py", line
71, in find_port
    raise serial.SerialException('Could not auto-detect Greaseweazle device')
serial.serialutil.SerialException: Could not auto-detect Greaseweazle device

Under Windows 10 x64 it works, but unless I try to use Zadig to install WinUSB (CDC) driver. It works only until is detected as USB Serial Device (COM9). When I use Zadig it is detected as Greaseweazle (COM9) but no longer works.

I'm using Python 3.7 (Anaconda).

@keirf
Copy link
Owner

keirf commented Apr 4, 2020

Are you using Greaseweazle v0.12?

EDIT: If you are running latest GW already, download and run the following python script before and after connecting the Greaseweazle hardware, and post the outputs here.
https://raw.githubusercontent.com/keirf/Greaseweazle/master/scripts/misc/sysinfo.py

@TzOk83
Copy link
Author

TzOk83 commented Apr 4, 2020

Ok, false alarm, I didn't notice the v0.12 update, and I was running the v0.11. Now it works ok. Thank you!

P.S.
My Blue Pill has a CKS32F103C8T6 chip, and it seems to work ok.

@keirf
Copy link
Owner

keirf commented Apr 4, 2020

That fake chip does seem to work fine. No problem!

@keirf keirf closed this as completed Apr 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants