B4R Question B4R Board Selection Error

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi,

After installation B4R, configuring the pathes, the board selector gives an error.
The Arduino UNO is connected to PC port COM4 which is recognized in the drop down.
upload_2016-4-11_11-0-4.png
 

inakigarm

Well-Known Member
Licensed User
Longtime User
My error: (I've installed the last Arduino IDE)

On Arduino IDE --> Arduino/Genuino Uno and COM3 --> Runs fine

On B4R: --> Board Tools Selector --> can select Board, but Serial Port is empty (Refresh doesn't solve this)

Any idea ??
 
Upvote 0

rwblinn

Well-Known Member
Licensed User
Longtime User
@rwblinn Are you using Arduino IDE v1.6.7+? Does the Arduino IDE run properly (can you select a board)?

Arduino IDE 1.6.8.
The Aduino IDE is running properly with boards like UNO, MEGA. Board selection no issue, port recognized. Test sketched running ok.
The Arduino IDE is installed in a local path C:\Daten\arduino\IDE\Arduino.exe from which the IDE is running fine.
 
Upvote 0

rwblinn

Well-Known Member
Licensed User
Longtime User
Hi Erel,

pls find the content of log.txt after performing two tasks:
1) started B4R > Tool > Board Selector
and
2) by compiling led test program which displays the error "please select a board first"

B4X:
B4R version: 1.00 BETA 1
.Net version: 4.0.30319.42000
B4XClassifer created
B4XErrorTagger created
Gui: 1006
*** no reuse ***
Gui: 401
Gui: 90
Gui: 60
B4XClassifer created
B4XErrorTagger created
*** no reuse ***
Gui: 53
Compilation task: 89.0543
Compilation task: 1.999
Gui: 99
 
Upvote 0

rwblinn

Well-Known Member
Licensed User
Longtime User
Please find the logfile attached - same errors as reported previously.
 

Attachments

  • log.txt
    3.3 KB · Views: 326
Last edited:
Upvote 0

Moch Firmansyah

Member
Licensed User
Longtime User
Hi, Erel

How to add item of my self arduino product on Board Selector menu if I want B4R support for my product? Ex: my product name is KM-Duino32 this is atmega32 microcontroller based. in Arduino IDE we can modified or create new board spesification it self for support our product and running well.Thanks in advance.. :)
 
Upvote 0
Top