BotoX / xiaomi-m365-compatible-bms

Xiaomi M365 compatible, open source firmware for ATMega328p+BQ769x0 BMS. Ninebot in proto_test branch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error "Cant open device /dev/ttyUSB0

Hazuka opened this issue · comments

all is in the title. I have the USBasp and the V1.6 BMS and i CANT find any solutions to program it.. Any help? :)

image

i have no com port in Device list of PlatformIO... any advice?

image

But its detected by Windows. what goes wrong ? XD

commented

Upload protocol Arduino is not usbasp
It's for uploading the code via uart when using a bootloader
Usbasp is used with avrdude to upload bootloader
But it can also be used for firmware with avrdude
Or with platformio, read the documentation of platformio avr

Finally need to removed ENTIERELY the WinUSB drivers for it to make an exchange for libusb drivers. problem solved. Thanks you Botox for your message ;)

Upload protocol Arduino is not usbasp
It's for uploading the code via uart when using a bootloader
Usbasp is used with avrdude to upload bootloader
But it can also be used for firmware with avrdude
Or with platforming, read the documentation of platformio avr