adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
437 stars 327 forks source link

FT232H not being recognized in PowerShell #822

Closed mano-sys closed 1 month ago

mano-sys commented 1 month ago
makermelissa commented 1 month ago

Which board are you using?

alorcamo commented 1 month ago

I get the exact same error (version 3.62.0). Running Windows 11 connected to a Adafruit FT232H.

Any clues on how to fix it? I want to connect to a Qwiic sensor from a python script on the Windows 11 PC over the Adafruit FT232H. Following the CircuitPython Libraries on any Computer with FT232H > Windows tutorial.

alorcamo commented 1 month ago

Nevermind, solved. I realized too late that the VS Code Terminal is Powershell and I had used set BLINKA_FT232H=1 instead of $env:BLINKA_FT232H=1...I managed to oversee the big warning (: ... just in case it helps someone.

makermelissa commented 1 month ago

Awesome, thanks for reporting the fix for you.