22.11.3.2 Receive

Write the statement as follows when reading out the received data from the Extended SIO.

IO_READ ([p:EXT_SIO], Data Storage Address, Number of Receive Bytes)

Example expression:

IO_READ ([p:EXT_SIO], [w:[#INTERNAL]LS0100], 10)

In the above example, the number of bytes received is stored in LS0100. 10 bytes of data is stored starting from LS0101. The following image shows the stored received data.