Quote Originally Posted by richard View Post
wake on serial input example, you would need to add code to eliminate floating inputs and disable unused "modules" to get the
absolute minimum power use.


this wakes on any serial input and goes back to sleep if an "A" is not received


Code:
;16f628a #CONFIG
  __config   _HS_OSC & _WDT_OFF & _PWRTE_OFF & _MCLRE_ON & _BODEN_ON & _LVP_OFF & DATA_CP_OFF & _CP_OFF
#ENDCONFIG
All good help thank you will try ..... Just re:- Above.... I have done the same but turned BODEN_OFF

All works ok ... And does give me a little saving

BR
Andy