====== Hex Data ====== There are many times within [[software:gui-designer|guiDesigner]] where you may need to enter hex data. Some examples include: - Entering command values - Entering regular expressions for feedback parsing - Defining system properties When entering hex data in guiDesigner, it should always be entered in ''\xFF'' format, where FF is the hex character you want to send. Some common hex characters used are: - Carriage Return = ''\x0D'' - New Line (Line Feed) = ''\x0A'' For a listing of common hex character codes, please see the below chart (thanks to http://www.lookuptables.com) {{:software:gui-designer:asciifull.gif?nolink|}}