Chapter 8
G Mode Functions
© National Instruments Corp.
8-17
GPIB-232CT User Manual
Table 8-5. Serial Error Conditions
!
Numeric
Symbolic
Value (n)
Value (s)
Description
!
!
0
NSER
No serial port error condition to report
!
!
1
EPAR
Serial port parity error
!
!
2
EORN
Serial port overrun error
!
!
3
EOFL
Serial port receive buffer overflow
!
!
4
EFRM
Serial port framing error
!
A detailed description of the conditions under which each bit
in status is set or cleared can be found in Appendix B.
The GPIB-232CT updates
status
and
count
at the end of
each programming message. It updates
GPIB-error
and
serial-error
whenever a new error occurs.
GPIB-
error
and
serial-error
are cleared only after you have
requested status.
Refer to the following examples for ways in which to use the
status information.
When you wish to begin continuous status reporting, send the
stat c s
,
stat c n
, or
stat c n s
programming
message. When you call
stat
with both
n
and
s
modes
specified, the numeric status is always returned first.
If you call
stat
without an argument, continuous status
reporting is disabled.