Search results

  1. M

    USB Audio for Teensy 3.0

    Thanks Paul, the boards file was the key. I saw those 3 lines, but since Frank B said it caused some errors it didn't stick in my mind as something to try. I'm totally unfamiliar with the arduino IDE (I'm a text editor and make file oriented person), so it took me quite a while of digging in...
  2. M

    USB Audio for Teensy 3.0

    Step one: get something to compile against cores from github.com/PaulStoffregen/cores I want to start working with this, but I'm confounded by the arduino IDE - I can't get it to compile any examples against the github version of cores/ (I cloned from Paul's repo, the stock teensyduino stuff...
  3. M

    USB serial (CDC) + mouse (HID) using C + makefile for teensy 2.0 (linux or mac)

    Here's the github: https://github.com/blaezec/teensy2.0_usb_cdc_mouse
  4. M

    USB serial (CDC) + mouse (HID) using C + makefile for teensy 2.0 (linux or mac)

    I had some time today again to mess with this - I modified the USB_Serial example from the teensy webpage to now include the mouse functionality from the USB_Mouse example (both are the C + makefile versions). I'd like to link it for the forum, but I haven't interacted with my github account in...
  5. M

    USB serial (CDC) + mouse (HID) using C + makefile for teensy 2.0 (linux or mac)

    Started looking at that yesterday. I'll post about it and when I get somewhere with it.
  6. M

    Problem: Cannot read USB Serial from Teensy 3.1 on Debian machine

    Do you get anywhere with this command? screen /dev/ttyACM0
  7. M

    USB serial (CDC) + mouse (HID) using C + makefile for teensy 2.0 (linux or mac)

    How easy is it to combine the USB mouse example code (C + Makefile) into USB serial code (C+ Makefile, based on the usb serial example on the teensy website)? I want to add USB mouse functionality to USB serial code. I've got some code I've been using for some years now for teensy 2.0 to run...
Back
Top