Home › Forums › Other Data Loggers › Datalogger build › Reply To: Datalogger build
2015-10-07 at 11:49 AM
#1280
Brandon,
Open up the Serial terminal within the Arduino IDE and perform the following:
Send Time as T, sec(00-07), min, hr, dayOfWeek, dayOfMonth, month, year.
example: T0045073071015 Send/Enter
//sec=00, min=45, hr=07, dayofweek=3, dayofMonth=07, month=10, year=15
I forgot that using Putty or HyperTerm this won’t work because they send chars as they are typed. The Arduino Serial Monitor allows you to type it all first and then hit send.
I have another menu based structure that would work in any terminal emulator. I’ll see if I can dig that up.