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 1412.10 sp4 - beta (converted to public release on 15th Jan) (Read 2422 times)
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
1412.10 sp4 - beta (converted to public release on 15th Jan)
Dec 28th, 2014 at 3:59am
Print Post  
  • Added sketch path to project "include paths"
  • Removed fully qualified #includes from vsarduino.h, not sure if this is right because macros like F() become an issue
  • Redfined F for intellisense purposes
  • Removed __DOXYGEN__ define from intellisense extra defines list
  • #Include arduino prior to adding prototypes to vsarduino.h, ensures datatypes are defined first
  • Platform intellisense.h mods
  • Ignore invalid wmi objects/ports
  • Resolve friendly Bluetooth device names
  • Ignore duplicate ports when .NET gets confused with its ports list. (Bluetooth tests showed duplicate ports (COMx,COMx) were sometimes displayed
  • Fixed: Visual micro raise an error and disabled port name discovery when duplicate or invalid/disabled ports where found
  • Serial monitor: Support special time-stamp serial syntax, sent to the pc (example below)
  • Ignore debugger breakpoints in commented code
  • Fix - Arduino 1.5.8 compile/upload failed if winavr (or ano) is installed on the same pc
  • Fix - Support for dis-assembly view for 1.5.x platforms
  • Fix - Debugger break "jump to source" often failed to activate the correct source window


Serial monitor will automatically detect <<dt>> and <<t>> replacing with current pc date/time
Serial.println("<<dt>> Hello world");
Serial.println("<<t>> Hello again");
15-01-01 02:55:35 Hello world
02:55:35 Hello again
nb: For this to work the entire <<>> string must be received by the pc in one packet. Force this using Serial.flush or a small delay

To Do
  • Update docs - Project proeprties F4 in VS/2008, alt+enter in atmel
« Last Edit: Jan 15th, 2015 at 8:54pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint