OpenLog/firmware
Nathan Seidle d0b7a6ebab Updating Light with unlimited baud rate feature.
Added text based baud rates to light. Now OpenLog_v3_Light can handle
*any* baud rate from 300 to 1,000,000bps. Also fixed the hard coded
array length to avoid the bug found in the main branch.
2013-07-15 23:23:55 -06:00
..
examples Cleaning up directory structure. 2013-03-07 09:39:07 -07:00
OpenLog_v3 Added feature: no new file if old file is zero bytes. 2013-07-15 22:19:06 -06:00
OpenLog_v3_Light Updating Light with unlimited baud rate feature. 2013-07-15 23:23:55 -06: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.