# HG changeset patch # User Hasan Yavuz Ă–ZDERYA # Date 2016-06-12 16:47:39 # Node ID 9aa76c6c912d249fdb309a0d058f1ee8869f69ea # Parent e38c82b8265af5556ac80edb74ac902b56ccee2a added tooltips for reader selections diff --git a/src/dataformatpanel.ui b/src/dataformatpanel.ui --- a/src/dataformatpanel.ui +++ b/src/dataformatpanel.ui @@ -18,6 +18,9 @@ + + Data is sent as consecutive samples in binary form. Syncing can be a problem. + Simple Binary @@ -28,6 +31,9 @@ + + Data is sent in the form of ASCII text as comma seperated values. Easy to implement. + ASCII @@ -35,6 +41,9 @@ + + Define a custom binary frame. Powerful. + Custom Frame