Command 2110: Sets the specified memory I/O port in words
Sets the status of 16 memory I/O ports by word simultaneously.
Command Syntax
| bit | Name | Description | |
|---|---|---|---|
| Parameter 1 | 15 | wordPortNumber | Specifies the memory I/O word (from 0 to 31). |
| 14 | |||
| | | |||
| 1 | |||
| 0 |
| bit | Name | Description | |
|---|---|---|---|
| Parameter 2 | 15 | outData | Specifies the memory I/O data (integer from 0 to 65535). |
| 14 | |||
| | | |||
| 1 | |||
| 0 |
Response Syntax
Refer to the following.
Description
Changes the current status of memory I/O port group specified by the word port number to the specified output data.
Example
When outputting 65535 to Port #1.
| Command | Response |
| 083EH 0001H FFFFH | 083EH 0000H 0000H |