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