I'm receiving a string of characters from a PC to PIC UART.Maximum length of a string is 200 characters (It can vary the length below 200).
I want to save these characters inside the PIC & must call back them for later use.
Note that my Bank0 & Bank1 GP registers all are used for a different task.
My question is where do I save these incoming string?I don't like to add another I2C memory chip, I want to do with a single PIC.
PIC16F88, Baud = 9600, OSC=4Mhz
I want to save these characters inside the PIC & must call back them for later use.
Note that my Bank0 & Bank1 GP registers all are used for a different task.
My question is where do I save these incoming string?I don't like to add another I2C memory chip, I want to do with a single PIC.
PIC16F88, Baud = 9600, OSC=4Mhz
Last edited: