xyzroe / ZigStarGW-MT

GUI wrapper designed for convenient service work with TI CC1352/CC2538/CC2652 based Zigbee sticks or gateways. Packed into single executable file
GNU General Public License v3.0
270 stars 19 forks source link

Cannot configure port, something went wrong. #4

Closed mkaatman closed 2 years ago

mkaatman commented 2 years ago

I have tried several USB ports and when I refresh the port checker it sees the port, but upon hitting start I always get this error. (Sonoff dongle)

Cannot configure port, something went wrong. Original message: OSError(22, 'The parameter is incorrect.', None, 87

image

I found a relevant stackoverflow question but no answer. https://stackoverflow.com/questions/53649868/win32-setcommstate-with-pyserial-in-win10

Edit: Second windows computer worked.

xyzroe commented 2 years ago

It seems to me that on the first computer you choose the wrong COM. For example virtual or embedded. This error is given by pySerial. Can you verify that the correct COM port is selected, for example, using the device manager?

mkaatman commented 2 years ago

You are correct. I noticed it was showing up as COM3 and after I installed the CP210x driver it works. ty!