; Serial Display clock programme - run this a separate program to set picaxe serial display time, :it then keeps it up using own battery, that way it does not remain in the small picaxe memory init: pause 500 serout 0,N2400,(253,0,"09/08/08 21:15 ") ; set time here then run in PICAXE pause 1000 serout 0,N2400,(0) ; output time to display pause 1000 serout 0,N2400,(253,9,"00:10:00 ") ; set alarm for 10 mins pause 1000 goto init ;now run and start the program you want to run