Thanks a lot for your description and for sharing - it works well for me.
On compile errors: Did you get AtmelStudio to mark the line that causes the compile error? Currently I do not get a line indication at all in the output-window so I will have to search by hand. Example:
Example:
Code:
C:\Users\myusername\Documents\arduino\arduino-1.0.5\hardware\tools\arm-none-eabi\bin\arm-none-eabi-g++ -c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -Wall -mcpu=cortex-m4 -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=105 -felide-constructors -std=gnu++0x -I"C:\Users\myusername\Documents\arduino\arduino-1.0.5\hardware\teensy\cores\teensy3" -I"C:\Users\myusername\Documents\arduino\arduino-1.0.5\libraries\SoftwareSerial" -o "C:\Users\myusername\AppData\Local\VMicro\Arduino\Builds\telemetry_convert\teensy3\telemetry_convert.cpp.o" "C:\Users\myusername\AppData\Local\VMicro\Arduino\Builds\telemetry_convert\teensy3\telemetry_convert.cpp" -DF_CPU=96000000 -DUSB_SERIAL -DLAYOUT_US_ENGLISH -DVISUALMICRO_COMPILER_VER=1 -mthumb -nostdlib -D__MK20DX128__ -fno-rtti
telemetry_convert.ino : 'error_here' does not name a type
telemetry_convert.ino : 'error_here' does not name a type
telemetry_convert.ino : : In function 'void sendValue(uint8_t, uint16_t, uint32_t)':
telemetry_convert.ino : 'sendByte' was not declared in this scope