User's Guide
Rev. 1
HEXAPAD 10 BC USB
8.5.4.17 endofline - End of line of result string
Command
endofline value
Function
Check (no value) or change the end-of-line character.
Description
It is an unreadable character that is at the end of the result string and represents the end of
the line for the Operating System.
Pattern
Windows
Values
windows:qt
Standard Windows end-of-line <CR><LF>.
unix:qt
Standard Unix end-of-line <LF>.
Macintosh:QT
Mac<CR standard end<>.
Tab:QT
End of line will be the Tab tab character.
None
No end of line in the result string.
Notes
qt - Amount of end-of-line repetition, values 1 through 10.
If :qt is omitted, it is considered only an end of line.
Example
To check which line end is configured:
endofline<CR>
windows<CR>
To change the end of line to Tab and repeat 3 times:
endoline tab:3<CR>
ok - parameter has been changed.<CR>
To change the end of line to windows and repeat 5 times:
endoline windows:5<CR>
ok - parameter has been changed.<CR>
Errors
When the value reported is not among the specified:
error - value out of range<CR>
When more than one value is passed to the command:
error - too many args.<CR>
NOTE:
The picking character in conjunction with the end of the line should be used to
split the result string by the Software that will receive this string.