Specifications
Section 10. CRBASIC Programming Instructions
10-29
DisplayMenu … EndMenu
Marks the beginning and ending of a custom menu.
Syntax
DisplayMenu ("MenuName", AddToSystem)
menu definition
EndMenu
MenuItem
Defines the name and associated measurement value for an item in a custom
menu.
Syntax
MenuItem ("MenuItemName", Variable)
MenuPick
Creates a list of selectable options that can be used when editing a MenuItem
value.
Syntax
MenuPick (Item1, Item2, Item3...)
DisplayValue
Defines the name and associated data table value or variable for an item in a
custom menu.
Syntax
DisplayValue ("MenuItemName", Expression)
SubMenu … EndSubMenu
Defines the beginning and ending of a second level menu for a custom menu.
Syntax
DisplayMenu ("MenuName", 100)
SubMenu ("MenuName")
menu definition
EndSubMenu
EndMenu
10.11 Serial Input / Output
Read more! See Section 11.8 Serial Input.
MoveBytes
Moves binary bytes of data into a different memory location when translating
big endian to little endian data.
Syntax
MoveBytes (Destination, DestOffset, Source, SourceOffset,
NumBytes)
SerialClose
Closes a communications port that was previously opened by SerialOpen.
Syntax
SerialClose (ComPort)
SerialFlush
Clears any characters in the serial input buffer.
Syntax
SerialFlush (ComPort)