I would like to work on a fairly advanced data collection pcb using a PIC, several sensors and then store the data (temporarily) in the PIC memory, power off the board, then power up the board and dump the raw data to an lcd or my pc via rs232 connection. I found this same code in pbp manual and would like to know if I could keep the data stored to variable W1, store it in non volitile memory until board can be powered up again and then dump it?????
‘ Determine frequency on a pin
COUNT PORTA.2, 1000, W1 ‘ Count for 1 second
Serout PORTB.0,N2400,[W1]
thanks for any help
Bookmarks