Description:
Form:
Command Handler: SYSD
UNITS|UNT|UN
Arguments: None
Response:
"OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
Examples:
Show the drive statistics:
Verbose:
*.SYSD UNITS<enter>
Response is:
OK
Drive 0 0
Size: Capacity- 57M, Used- 47M, Available- 10M
File: Capacity- 15168, Used- 1701, Available- 13467
Drive 1 0
Size: Capacity- 371M, Used- 285M, Available- 66M
File: Capacity- 98304, Used- 11514, Available- 86790
Terse:
*.SYSD UN<enter>
Response is:
0
0 0 57 47 10 15168 1701 13467
1 0 371 285 66 98304 11514 86790
Notes:
The drives are enumerated from 0, the CF card, to the number of defined storage locations.
The second field after the drive number is reserved for future use.