HuskyMCPChat.py can't find com port
williampretty 2026-04-09 22:11:00 254 Views3 Replies When I attempt to run the python program I get the following error message:
"Couldn't find the device automatically.
Check the connection (making sure the device is not in bootloader mode) or choose
"Configure interpreter" in the interpreter menu (bottom-right corner of the window)
to select specific port or another interpreter.
Process ended with exit code None."
I tried selecting other com ports but no luck.
I am currently running the latest version of the firmware: v1.2.2
The protocol Type is set to serial 115200
Hey! Did you write this Python program yourself? And how is your device connected?
You can check out the tutorials on Wiki and example code on GitHub, which should help you troubleshoot the issue.
Link: https://github.com/DFRobot/DFRobot_HuskylensV2/tree/master/python/pinpong
Yx Thanks for the quick response.
The program is sample code I got from github: https://github.com/ronibandini/HuskyLens2MCP
The device is connected to my Windows 10 PC via USB.
I will try the link you suggested and get back to you.
The camera will eventually be connected to an Arduino Bluno.
Probably via the I2C port.

