This shows you the differences between two versions of the page.
|
software:modules-and-examples:data-logging-demo [2013/05/09 00:27] aaron Page moved from software:examples-software:gui-examples:data-logging-demo to software:modules-and-examples:data-logging-demo |
software:modules-and-examples:data-logging-demo [2013/05/09 01:29] (current) aaron |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Data Logging Demo GUI ====== | + | ====== Data Logging Example ====== |
| + | |||
| + | 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. | ||
| - | 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.\\ | ||
| 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]] | ||
| + | |||