HuskyMCPChat.py can't find com port

userHead 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

2026-04-10 14:55:24

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

userHeadPic Yx
williampretty wrote:

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.

2026-04-11 02:40:27
williampretty wrote:

The camera will eventually be connected to an Arduino Bluno.

Probably via the I2C port.

2026-04-11 02:45:15
2 Replies