
$$*""'&!%
Appendix B
B-13
Displays an unsigned-integer value in hexadecimal on the ASCII display of
the serial expander module.
C Syntax
#include <copro.h>
unsigned CC_DISPLAY_EHEX (val)
unsigned val;
Parameters
val
Contains the unsigned-integer value to be displayed in hexadecimal on
the ASCII display. The display ranges from 0 to FFFF.
Returns
Status Symbolic Name Meaning
#$&"! %'%%'
&+"!($%"! $$"$
)#!$ !"& #$%!&
Description
Use the CC_DISPLAY_EHEX function to display an unsigned-integer
value in 4-digit hexadecimal on the ASCII display. The value must be in
the range of 0 through FFFF.
Important: ASCII display remains unchanged until another display
function call is performed successfully.
Be consistent when using hexadecimal or decimal radix on the ASCII
display for ease of interpretation—i.e., some hexadecimal values can
appear to be decimal values.
CC_DISPLAY_EHEX
Komentáře k této Příručce