OpenLog/firmware
Nathan Seidle c4aebc214e Re-write large file example to report without character errors.
This example reads characters from OpenLog over the hardware serial at
9600 and passes them out over the software serial at 14400. This is
needed for issue 170.
2014-08-11 16:14:51 -06:00
..
examples Re-write large file example to report without character errors. 2014-08-11 16:14:51 -06:00
OpenLog_v3 Updated production hex and combined hex to v33 2014-03-10 11:07:04 -06:00
OpenLog_v3_Light Increase local buffer to 128 bytes 2013-12-14 14:55:05 -07:00
README.md Cleanup readme files. 2013-03-07 10:00:16 -07:00

OpenLog Firmware

  • OpenLog_v3 - Firmware that ships with OpenLog. '?' command will show the version loaded onto a unit.
  • OpenLog_v3_Light - Used for high-speed logging. By removing the menu and command mode the receive buffer is increased.
  • Examples - Arduino examples for controlling and testing OpenLog
    • CommandTest - Example of how to create and append a file via command line control.
    • ReadExample - Example of how to control OpenLog via command line.
    • Test_Sketch - Used to test OpenLog with lots of serial data
    • Test_Sketch_Binary - Used to test OpenLog with binary data and escape characters.