Time and TimeAlarms Libraries – Ask here for help or suggestions

mem:
What is the purpose of the campareAlarmInt function?

my purpose for compareAlarmInt is to scan the alarm value in loop function.

mem:
If you want to save alarm values in eeprom so you they can be read when starting up then you don't need to compare.
Read the eeprom values in setup to set the alarms.
In loop you can check for serial messages and if you get a request to change an an alarm value you can write that to eeprom and update the alarm value.

mem,
when I send serial messages, then Arduino will reset automatically?

thanks for your guidance..

.nug.