VI_EVENT_ASRL_CHAR
Note This event is supported for all serial ports on Windows and LabVIEW RT, and ENET-Serial on all platforms. Except for ENET-Serial, it is not supported for serial ports on Linux or Mac. |
Resource Classes
Serial INSTR
Description
Notification that at least one data byte has been received. Each data character will not necessarily result in an event notification. In other words, if multiple data bytes arrive at once, you may get only one event. After receiving this event, you should query the serial port for the number of bytes available via the VI_ATTR_ASRL_AVAIL_NUM attribute.
Event Attributes
Symbolic Name | Description |
---|---|
VI_ATTR_EVENT_TYPE |
Unique logical identifier of the event. |
Related Topics