USB_Serial for Teensy 3.2 without Arduino

Status
Not open for further replies.

diridari

New member
Hey together
Up to now I’ve used the Teensy 2.0 Board with AtmelStudio.
As USB/Serial Library I used the USB_Serial (1.7) lib from the teensy side.
But now i have to change to Teensy 3.2 because I need a DAC.
As IDE i use now AtolicTrue studio.
My question is: is there a “not Arduino” Library which I can include to my code to establish the Serial communication with my pc, or how to extract the code from the TeensyStudio.

Thank you very much.
 
Hey together
Up to now I’ve used the Teensy 2.0 Board with AtmelStudio.
As USB/Serial Library I used the USB_Serial (1.7) lib from the teensy side.
But now i have to change to Teensy 3.2 because I need a DAC.
As IDE i use now AtolicTrue studio.
My question is: is there a “not Arduino” Library which I can include to my code to establish the Serial communication with my pc, or how to extract the code from the TeensyStudio.

Thank you very much.

All the code can be used outside Arduino IDE.
However, easiest way is to install Arduino + Teensyduino on top of it. This allows any other approach to have the latest compatible SW on disk.
Simply provide links to your own development system. I do that for my own Eclipse IDE. If you are more demanding you can copy the files needed to your own workspace.
 
Thank you for your replay.
I've installed Arduino IDE with Teensy Studio
how i've found the library in the Arduino\hardware\teensy\avr\cores\teensy3 (maybe a bit confusing with the avr folder )
But it don't work out of the box like the usb_Serialn 1.7 lib with the teensy 2 :(
so i have to find the corresponding configuration and adjustments
what do you mean with :
>> Ecpilse working on linux well or not?
 
Status
Not open for further replies.
Back
Top