4 years, 10 months ago.

Teensy USB Serial communication on Linux.

I was doing some things with teensy and mbed, I wanted to show in the minicom logs and messages, it is assumed that by default teensy is configured as HID device, to use the serial USB it must be configured in the program and it will be detected as a virtual device, but I can not detect anything in ubuntu. use Serial PC (USBTX, USBRX); to define the USB. Should I do something else ?. I'm using mbedOS2, I found some examples that used a library called USBSerial, but I did not find it, I'm running the offline project through Makefile in Linux.

Be the first to answer this question.