Search results

  1. M

    max speed over usb serial (from PC to teensy2)

    HA! :D even better, i'll download and test it out asap. thanks again!
  2. M

    max speed over usb serial (from PC to teensy2)

    hi paul, sorry it took a while to get back to you. i didn't get the chance to spend as much time as i would want on this. nevertheless, i did manage to get a significant bump in transfer speed by doing what you explained. i went for quick and easy (and maybe dirty) so not sure the code is bug...
  3. M

    max speed over usb serial (from PC to teensy2)

    that's a ton of info, i really appreciate the effort paul. we'll get our hands dirty and will be sure to report back if we manage to get anywhere. cheers! :)
  4. M

    max speed over usb serial (from PC to teensy2)

    thanks for your answer paul. the overhead you mention is built into the serial.read() function? (that's the only thing i call on teensy) ok, so no way around the slowness unless we write a multiple (64) byte read function on the teensy side? do you have any pointers/advice on how to get started...
  5. M

    max speed over usb serial (from PC to teensy2)

    i'm trying to setup an application that will send a constant flow of data from the PC to the teensy and i need as much speed as i can get. in theory that's 12mbps as stated here and that would be plenty for me. i have a teensy2 connected to a linux pc (tested on windows as well) and with your...
Back
Top