Action
Read a register value from the W3100A
Syntax
var = GETTCPREGS(address, bytes)
Remarks
Address |
The address of the W3100A register. |
bytes |
The number of bytes to read. |
Most W3100A options are implemented with BASCOM statements or functions. When there is a need to read from the W3100A register you can use the GETTCPREGS function. It can read multiple bytes. It is important that you specify the highest address. This because the registers must be read starting with the highest address.
See also
ASM
NONE
Example