Search results

  1. T

    (Serial) messaging library for Teensy and .NET/Mono, with thermostat example

    Indeed, the Uno and Nano are quite close to their maximum baudrate of 115200. The Teensy was also performing as expected. But as the PJRC benchmark page suggests: "We strongly encourage you to embrace the Soviet-era doctrine: Trust, but Verify." ;)
  2. T

    (Serial) messaging library for Teensy and .NET/Mono, with thermostat example

    I just published an updated version of CmdMessenger, now at release 3.6. One of the mayor changes is the Teensy performance optimization. I started with seeing if I could reproduce Paul's benchmarks. Indeed, my Teensy 3 (the starred entry) performed similarly: Paul did not benchmark the...
  3. T

    Another library fails to compile… any ideas why?

    Hi, Great to hear the library is being used! Paul submitted a bunch of fixes, so now the version on Github should not give any issues anymore. I will try to update the zip file later in the day. I would be very interested to hear what people use the library for. If you want please post a...
  4. T

    (Serial) messaging library for Teensy and .NET/Mono, with thermostat example

    Thanks for the feedback! I thougth I had removed the Streaming.h references. They are not needed, I just use the streaming lib to easily include debug statements. I will look into using readBytes(), I don't think it will be too hard to implement that. The benchmarking charts are very...
  5. T

    (Serial) messaging library for Teensy and .NET/Mono, with thermostat example

    (Serial) messaging library for Teensy and .NET/Mono, with Teensy benchmarks Hi, A few months ago I wanted my Arduino to communicate with a C# application in order to log some data. I had expected to find a messaging library without any issue. However I could only find one library that came...
Back
Top