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
Normal Topic Arduino Firmata standard no such file or directory (Read 3765 times)
Henk Levels
Junior Member
**
Offline


Posts: 81
Joined: Sep 28th, 2015
Arduino Firmata standard no such file or directory
Aug 27th, 2016 at 9:25pm
Print Post  
Hi,

I like to compile and upload the Arduino example Firmata standard.
I use Visual Studio 2015 with the Micro visual extension.
I do not know how to load a Arduino example like Firmata standard
What I did was to make a new project in Visual Studio by vMicro - New Arduino project
Then I copied and paste the Firmata standard Ino file.
Compiling gave me the error SoftwareSerial.h no such file or directory.
So I went to the explorer window and choose Add existing item and selected the SoftwareSerial.h and .cpp file and see them in the explorer window.
I even moved these SoftwareSerial files to the local project directory but still get the message that SoftwareSerial.h is not found. Capitals are correct.
What am I doing wrong?
By the way: compilation goes also wrong in the Arduino IDE (org version)
« Last Edit: Aug 27th, 2016 at 9:27pm by Henk Levels »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12204
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Arduino Firmata standard no such file or directory
Reply #1 - Aug 28th, 2016 at 1:56am
Print Post  
Maybe just some Arduino knowledge missing but thanks for the clear report.

You should always give the hardware you are using and ide version when making reports because different hardware can have different configuration.

1) use File>"Open>Arduino Project" to open an existing arduino ino and automatically have a project createdif one doesn't already exist

2) It's not possible to add code from libraries directly to your project. Simply use the vMicro menu to see how to add a library to a project. It will just add an #include to the .ino code.

3) The Micro explorer is useful to explorer libraries. It also gives an option to make a new cloned project from a library when you click the name.

You can find most help for visual micro in the new users getting started guide in the docs
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint