Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) No boards listed in selection list (Read 11652 times)
Bryon
Newbies
*
Offline


Posts: 5
Joined: Oct 30th, 2012
No boards listed in selection list
Oct 31st, 2012 at 12:24am
Print Post  
After installing the latest Add-in I do not have the ability to select the board type.  I had this same issue with the Arduino IDE until I installed the Arduino ERW 1.0.1i version of the IDE.  I think this issue is somehow the add in is not able to find the boards.txt file.  I am running Windows 7 64bit.

Is there a configuration file I can edit to change the path for the boards.txt file?

I think the application is looking in Programs files and not programs file (86).

During the install of Arduino ERW 1.0.1i I did edit the idesettings_v1.0.i.txt and preferences.txt files to correct path information.

Thanks in advance for the help
« Last Edit: Oct 31st, 2012 at 12:46am by Bryon »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: No boards listed in selection list
Reply #1 - Oct 31st, 2012 at 3:36pm
Print Post  
Hello,

VM looks wherever you set Tools>Options>Visual Micro>Arduino Location to be

Please install arduino 1.0.1 into a clean folder then point the Arduino Location in the Visual Micro to the clean install of 1.0.1

Arduino ERW 1.0.1i is a hacked version of the Arduino IDE and is not produced by Arduino. It is not supported because it will involve too much testing. I think it is confusing things because Arduino shows the boards list for everyone else so let's fix (or understand) the  Arduino problem and not complicate things with ERW.

If you install 1.0.1 clean and have problems then we will help you.

Info

There are a few places where boards.txt can reside. It is not an option because it is part of the design of arduino. Always the same locations.

ArduinoIde\Hardware\... is the main place.
« Last Edit: Oct 31st, 2012 at 3:37pm by Tim@Visual Micro »  
Back to top
IP Logged
 
Bryon
Newbies
*
Offline


Posts: 5
Joined: Oct 30th, 2012
Re: No boards listed in selection list
Reply #2 - Oct 31st, 2012 at 6:42pm
Print Post  
Ok after uninstalling and reinstalling and nameing the directory to arduinoide.  I am able to go to Tools\arduino and select a board, but I can not figure out how to get that option on the tools ribon.

Thanks for your help you were the only one to point out the name of the arduino directory.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: No boards listed in selection list
Reply #3 - Oct 31st, 2012 at 9:17pm
Print Post  
ArduinoIde was just an example of the directory name where you arduino exe is located  Smiley

1)

Do you have menu items called "File>New>Arduino Project" and "File>Open>Arduino Project"? 

If not then close vs and run this "devenv.exe /resetaddin Visual.Micro.Visual.Studio.Arduino.Helper" using "Start menu>Run"

If the menu items do not appear then follow this guide
http://visualmicro.com/post/2011/10/01/How-to-reset-the-arduino-visual-studio-in...

2)
If you have the menu items in 1) above then it might simply be that the tool bar ribbon is sized to small. It can happen sometimes in vs.

Right click a tool bar to see a list of tool bars. Arduino Boards and Arduino Serial should both be ticked?

If you see the serial ports then drag the bar down to the next line which might then leave more space for the boards tool bar.

If this doesn't work then please email a screen shot of your ide. Thanks
  
Back to top
IP Logged
 
Bryon
Newbies
*
Offline


Posts: 5
Joined: Oct 30th, 2012
Re: No boards listed in selection list
Reply #4 - Oct 31st, 2012 at 10:27pm
Print Post  
Yes I have the ability to do file>open arduino project.
I also have the ability to do Tools > Arduino > Boards and then select the board.

The tool object is there is just has 2 ? and they are tied to the help files.

I do not see how I can attach an image to this post.
  
Back to top
 
IP Logged
 
Bryon
Newbies
*
Offline


Posts: 5
Joined: Oct 30th, 2012
Re: No boards listed in selection list
Reply #5 - Oct 31st, 2012 at 10:48pm
Print Post  
Sent image to you via info@visualmicro.com
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: No boards listed in selection list
Reply #6 - Nov 1st, 2012 at 2:00pm
Print Post  
Sorry for the delay. I asked about the other menu items because there are two types of UI objects which are created at different times during startup. One type are created when the addin first loads after install and the other are created every time you start vs. This is due to the internal workings of vs and I won't confuse things by explaining more  Tongue

1)

Every so often when vs starts it informs visual micro that tool bars are empty so vm tries to create the objects again! This only happens to one or two users and I suspect that this is caused by another addin or extension. However I think its a vs bug not faulty code by another vs addin author.

In any event it's not something that microsoft want to help us with, actually they are not very helpful with anything!

I suggest that you click the little arrow on the serial tool that allows you to customize the tool bar. When the customization system opens delete the two "Help" buttons. Then re-start vs. The "?" help buttons are created each time you start vs and should be deleted by vs when it closes. Vm does check that this has happened (been deleted) but based on the problem described above this process can become confused.

After deleting the buttons and re-starting vs if you still have a missing boards list then I recommend running the \resetaddin described previously.

2)
One thing to check is that when you right click any tool bar you will see the VS tool bar list on a context menu. At the top of the menu you should see entries for the two Arduino tool bars. Can you see both these tool bars in the list and are they both ticked?
  
Back to top
IP Logged
 
Bryon
Newbies
*
Offline


Posts: 5
Joined: Oct 30th, 2012
Re: No boards listed in selection list
Reply #7 - Nov 1st, 2012 at 2:38pm
Print Post  
The reset work I can now select a board for the tools list.

Thanks for you help.

  
Back to top
 
IP Logged
 
jgmdavies
Junior Member
**
Offline


Posts: 14
Location: UK
Joined: Nov 30th, 2012
Re: No boards listed in selection list
Reply #8 - Dec 5th, 2012 at 8:50pm
Print Post  
I'm afraid I have lost all my Boards.

I've tried:

- The VS startup options suggested here.
- Playing with the Customisation in VS as suggested here.
- Uninstalling/re-installling 1104 and the debug stuff several times.
- I've followed some boring and time-consuming red herrings in VS (sigh...).

The menu items and the two Arduino windows (Boards, serial port) are present and correct, except that there just aren't any boards listed.  I'm pointing to the Arduino 1.0.1 release.

Help please!

Jim
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: No boards listed in selection list
Reply #9 - Dec 5th, 2012 at 9:35pm
Print Post  
Hi, It's possible you have moved your arduino location in which case you need to set the correct location in tools>options>locations>arduino application.

It's recommended that you install arduino with a common folder name such as c:\arduino\arduinoIDE so that when you change your arduino install you only need to rename or replace the folder with the latest arduino install. Saved changing the location in vs. But whatever works best for you is fine  Smiley
  
Back to top
IP Logged
 
jgmdavies
Junior Member
**
Offline


Posts: 14
Location: UK
Joined: Nov 30th, 2012
Re: No boards listed in selection list
Reply #10 - Dec 6th, 2012 at 8:46am
Print Post  
Thanks Tim.  I was checking that at each point, so I don't think that was the problem in this case.

Howevere, the last thing I tried was a:

devenv /setup

and now it's working - big sigh of relief!

But I'm not sure what was happening - not the first time with VS, as I think you've also found...

Thanks for all the great work and support!

Jim
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint