Databits: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The "DATABITS" parameter, used in Open Communications statements, defines the word length or number of data bits for communications. It must be set to one of two values 7 ...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
The "DATABITS" parameter, used in [[Open Communications]] statements, defines the word length or number of data bits for communications. It must be set to one of two values 7 or 8. The default is DATABITS=8. For binary files (including .BRO and .BR files), you should always use 8 data bits.
DATABITS={7|8}
 
The "DATABITS" parameter, used in [[Open Communications]] statements, defines the word length or number of data bits for communications. It must be set to either 7 or 8. The default is DATABITS=8. For binary files (including .BRO and .BR files), you should always use 8 data bits.


<noinclude>
<noinclude>
[[Category:All Parameters]]
[[Category:All Parameters]]
</noinclude>
</noinclude>

Latest revision as of 15:15, 7 May 2014

DATABITS={7|8}

The "DATABITS" parameter, used in Open Communications statements, defines the word length or number of data bits for communications. It must be set to either 7 or 8. The default is DATABITS=8. For binary files (including .BRO and .BR files), you should always use 8 data bits.