B4R Question B4R v3.90 does not work properly with Arduino IDE v2.1.1

pixet

Member
Licensed User
Longtime User
B4R does not see Arduino IDE v2.1.1 correctly,
B4R points to names of executable files with the extension .exe of version v1.8.xx and obviously cannot find them.
I tried to create batch command files but as they don't have the .exe extension they are not found by B4R.
I also tried reinstalling the arduino-cli.exe but it doesn't seem to be seen by B4R.
 

Daestrum

Expert
Licensed User
Longtime User
Probably because the new one is "Arduino IDE.exe" and not "Arduino.exe", B4R also looks for "Arduino_debug.exe" which doesn't seem to exist in the new version. (probably as the debugger appears built in now).
Changing the name from "Arduino IDE.exe" to "Arduino.exe" lets B4R see it, but it still cannot find the debugger so it fails to work.

That's probably why Erel says use version 1.8.15 of arduino.
 
Upvote 0

pixet

Member
Licensed User
Longtime User
I also tried renaming the "Arduino IDE.exe" file to "Arduino.exe" and tried creating a batch file and compiled to .exe with file name "Arduino_debug.exe"
but it doesn't seem to work.
 
Upvote 0
Top