This shows you the differences between two versions of the page.
|
software:modules-and-examples:data-logging-demo [2013/05/09 01:29] aaron |
software:modules-and-examples:data-logging-demo [2013/05/09 01:29] (current) aaron |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Data Logging Example ====== | ====== Data Logging Example ====== | ||
| - | This demo shows you how to log incoming data and display it in an auto-scrolling list.\\ | + | This demo shows you how to log incoming data and display it in an auto-scrolling list. |
| - | The data is parsed and can show non-printable characters in ASCII representation such as \x0D for carriage return.\\ | + | |
| + | The data is parsed and can show non-printable characters in ASCII representation such as \x0D for carriage return. | ||
| Any prefix and/or suffix can be added to the hex data representation as you desire. | Any prefix and/or suffix can be added to the hex data representation as you desire. | ||
| Line 8: | Line 10: | ||
| [[https://github.com/downloads/CommandFusion/DemoUserInterfaces/DataLogging.gui.zip|Download project from GitHub]] | [[https://github.com/downloads/CommandFusion/DemoUserInterfaces/DataLogging.gui.zip|Download project from GitHub]] | ||
| - | \\ | + | |