Search results

  1. V

    Teensy 4.1 high rate websocket communication

    Thank you Thank you for suggesting sockets! I wrote an implementation and it is so much faster! I can send around 200000 messages per second :). This is way more than i need and it is very stable, no more crashing of the Teensy. You made me very happy thank you! Teensy code /* Chat Server...
  2. V

    Teensy 4.1 high rate websocket communication

    Hi everyone, I am building a showlaser for my graduation assignment. I use the teensy 4.1 as the controller in the laser and my pc to send commands to the teensy 4.1 by a websockets connection. I succeeded in setting up the communication, but there is one thing wrong. When i send like 5000...
Back
Top