22.11.3.4 Extended Receive

Receives data of the size indicated in Received Data Size (bytes) from the Extended SIO and stores it in the data buffer. The number of bytes specified with Parameter 3 is received from the Extended SIO and stored in the data buffer specified with Parameter 2.
It can only be used in an Extended Script.

IO_READ_EX ([p:EXT_SIO], Data Buffer, Number of Receive Bytes)

Example expression:

IO_READ_EX ([p:EXT_SIO], databuf1, 10)

In the above example, 10 bytes of data in the data received by the Extended SIO are received and stored in "databuf1".