# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2015-05-18 17:39:14 # Node ID 267cd68e07adcdc81e89a4874b4618758e510dfe # Parent 2beacef495bf8246d294919ca9c78db1599354fa added float and ASCII data format information diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ Small and simple software for plotting d ## Features * Reading data from serial port -* Binary data formats (u)int8, (u)int16, (u)int32 +* Binary data formats (u)int8, (u)int16, (u)int32, float +* ASCII input (Comma Separated Values) * Synchronized multi channel plotting ## Dependencies