hi everyone,
my project is about connection usb between pic18f4550 and labview. all it's work good.
now i want to store all data of my program labview in EEPROM of pic18f4550 for reason if i disconnect USB, the pic18f4550 continue to exécute my program normally.
for exemple :
i send values of PORTB to labview,
in labview if(PORTB.F0 >" value (x)") send "1" to PORTD.
so i want if i disconnect connection usb the pic18f4550 stay remember all program and conditions defined in labview.
it's possible ? and how ?
please some help
thank's