SDK for Teensy 3.5 USB (C#)

Status
Not open for further replies.

ahmet

Member
Hi all,

I am sorry if the question was asked before.

I am developing user interface using C# for board having teensy 3.5. User interface will send and receive data from Teensy 3.5 via USB. I guess I need SDK/Drivers of Teensy 3.5 USB for communication. Where can I access/download them? Is SDK of teensy 3.5 enough for handling USB communication?

Thank you very much for your help,

Ahmet
 
Actually, you don't need any SDK, you can simply use the virtual serial port of the Teensy. Here some examples how to communicate with a c# app on the PC side. https://github.com/TeensyUser/doc/wiki/Serial

I also have a small c# library which you can use to find Teensies on the bus, and get their serialnumber and the COM port which they are connected to. You can get notifications on plug in/out events etc. It also allows you to download Firmware from your c# application if this is a use case for you: https://github.com/luni64/TeensySharp. Its also on nuget.
 
Status
Not open for further replies.
Back
Top