Update: I have no idea how, but suddenly it's working using the "USB Tiny" compiler settings. Plugging it out and in a few times might have done the trick? It's frustrating when it's not clear how a problem got solved...
I do have to use the reset button on the Arduino Micro to upload the code, which is not needed when using the Arduino IDE.
avrdude: invalid baud rate specified
-
- Posts: 5
- http://meble-kuchenne.info.pl
- Joined: Wed Jan 27, 2021 1:33 pm
- Been thanked: 2 times
-
- Posts: 14
- Joined: Thu Jan 07, 2021 1:42 pm
- Location: Stockholm (SE)
- Has thanked: 5 times
- Been thanked: 2 times
- Contact:
Re: avrdude: invalid baud rate specified
I have the same problem, do you know how I can fix it?
There is no way to change the baud rate in Project Options.
-
- Matrix Staff
- Posts: 1913
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 619 times
- Been thanked: 644 times
Re: avrdude: invalid baud rate specified
Hi, andeug.
As the program is sent via Serial USB, invalid baud rate specified just mean not able to send the program to the target device.
The reason is usually the com port is not selected.
As you have n\a for programmer port, that is the issue.
You need to select the correct com port for the BL0055: Look in your PC device manager with the BL0055 connected, is the correct comport showing there?
If not you may not have the correct drivers installed?
you can download the Arduino drivers from the Resources tab here.
After installing reload your flowchart so you can select the correct comport.
It's vital that the programmer port does not show n\a.
As the program is sent via Serial USB, invalid baud rate specified just mean not able to send the program to the target device.
The reason is usually the com port is not selected.
As you have n\a for programmer port, that is the issue.
You need to select the correct com port for the BL0055: Look in your PC device manager with the BL0055 connected, is the correct comport showing there?
If not you may not have the correct drivers installed?
you can download the Arduino drivers from the Resources tab here.
After installing reload your flowchart so you can select the correct comport.
It's vital that the programmer port does not show n\a.
Martin
-
- Posts: 14
- Joined: Thu Jan 07, 2021 1:42 pm
- Location: Stockholm (SE)
- Has thanked: 5 times
- Been thanked: 2 times
- Contact:
Re: avrdude: invalid baud rate specified
Hi Martin,
Thank you for replying, I have actually found the source of my problem. I've looked over the datasheet of the BL0055 where it was saying:
"In the General Options tab select the correct COM port for the Arduino device. If no COM port is available then check your Arduino device is connected to the USB and that the USB driver is correctly installed. Please note the Arduino needs to be connected to the USB to allow it to be re-programmed. The E-block needs to be connected to the USB to allow Ghost (ICD/ICT) features."
So what I didn't do from the beginning was to connect the second USB type B cable into Arduino, as I thought that all it's being done through the micro USB port of the BL0055.
All works fine now.
Andreas
Thank you for replying, I have actually found the source of my problem. I've looked over the datasheet of the BL0055 where it was saying:
"In the General Options tab select the correct COM port for the Arduino device. If no COM port is available then check your Arduino device is connected to the USB and that the USB driver is correctly installed. Please note the Arduino needs to be connected to the USB to allow it to be re-programmed. The E-block needs to be connected to the USB to allow Ghost (ICD/ICT) features."
So what I didn't do from the beginning was to connect the second USB type B cable into Arduino, as I thought that all it's being done through the micro USB port of the BL0055.

All works fine now.
Andreas