Search results

  1. D

    Using Serial and MIDI USB types at the same time

    Hi! So much time after whew ;) I finally used one of the Paul's ideas. I wrote the management program to connect via TCP Socket (127.0.0.1 port 28541) to the server opened by the "teensy_gateway" binary program. So the Serial-Style communication happens over TCP, just the same logic and...
  2. D

    Using teensy 3 with a PSP 24 bit 480x272 pixels

    Hi Paul! I am again here, thinking about building a gift for Xmas after my successful MIDI pedalboard project using teensy (with ultrasonic wah-wah lol). So, I saw this neat screen at Sparkfun, which is also sold at 20$ on ebay. BUT, at the Sparkfun page they state that a powerful uC must be...
  3. D

    Using Serial and MIDI USB types at the same time

    Hi again Paul, Unfortunately, after playing and messing with it, I can't manage to do it. My usb_desc.h is as follows: #elif defined(USB_MIDI) #define VENDOR_ID 0x16C0 #define PRODUCT_ID 0x0485 #define MANUFACTURER_NAME {'T','e','e','n','s','y','d','u','i','n','o'} #define...
  4. D

    Using Serial and MIDI USB types at the same time

    Hi again Paul, This has become more challenging than initially thought. I have modified the USB_MIDI type in order to use the normal Serial mode along with the MIDI, instead of the seremu serial. (It would be great if you can explain what is exactly the serial emulator) The USB_desc.h is as...
  5. D

    Using Serial and MIDI USB types at the same time

    Thanks for you response Paul, Im actually using Teensy 3.0 (Not yet, still waiting... :p) I thing you misunderstood my display configuration, the 4-digit 7-seg display is connected to Teensy along with the switches, and I am searching a way to send preset name from Guitar Rig (pc) to Teensy...
  6. D

    Using Serial and MIDI USB types at the same time

    Hi all! Before I say a single word I want to congratulate Paul and all the Teensy community for the hard work done, I am studying Telco Ing. and I always been interested in electronics and networks. Finding something like Teensy clearly made me order one of your boards inmediatly, although...
Back
Top