
The LINK™ Family Manual
Version 1.6 ©iButtonLink, LLC 2016
Page 38
Read EEPROM ASCII Data
Command “ \r ” (bac lowercase R)
Command Compatible With:
LinkHub-S | LinkHub-E
This command reads the ASCII data from EEPROM. Data is read from the EEPROM and
returned as ASCII characters. The read is ended by a carriage return from the EEPROM data
stream. A carriage return is also sent to the user.
E
XAMPLE
:
After entering some ASCII data into the EEPROM with:
\M000100\wThis is a test<CR>
\wThis is line two<CR>
\WThis is line three<CR>
\wThis is the last line<CR>
\M000100\r\r\r\r
The command “ \M000100\r\r\r\r ” would return:
This is a test<CR>
This is line two<CR>
This is line three<CR>
This is the last line<CR>