If you meant the (job scheduler), I can write an article on "Using at Command: Scheduling Tasks in Linux (v1.04 style syntax)".
// Read the data from EEPROM location 10 data = EEPROM.read(10); Serial.print("Data at location 10: "); Serial.println(data);
To write the value 8500 (decimal) to holding register 40010 at station ID 05 , a typical v104 write command might look like:
// Write another byte to EEPROM location 10 EEPROM.writeAt(10, 20);
"Stay with me," Kael whispered, smelling the sharp ozone of overheating circuits.