Skip to content
Snippets Groups Projects
Commit 6acf6865 authored by kpetersn's avatar kpetersn
Browse files

Corrected typo

parent 0ff357bb
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ The **traceMask** determines which messages are printed on the IOC's console:
* **traceError** should always be on
* **traceIODriver** is useful for looking at serial/ethernet communication (when connected to the correct asyn port)
The **traceIOMask** deterines how the messages are printed on the IOC's console:
The **traceIOMask** determines how the messages are printed on the IOC's console:
* **traceIOASCII** prints the messages as ASCII strings (this works well for messages that only include symbols that appear on a keyboard)
* **traceIOEscape** prints the messages and unprintable characters using escape sequences (starting with a backslash)
* **traceIOHex** prints the messages as a series of byte values in hexadecimal (without the **0x** prefix)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment