1
Web platform / Readin Registers from ethernet
Am a pic16 user, always programmed in assembly. :S recently tried the C compiler, i bought the assembled kit for the web server, and i was wondering if someone could tell me how to display all the registers within the pic on a webpage, i would be great to export the binaries from pic and eeprom and do the calculation on a connected pc, i thought of something like exporting the pic content to the sd card like in form of a txt file, but am a bit stuck with the c code
Further more how about to write these registers by editing the txt file, it would be an ethernet bit wacker, one could freely configure I/O and read the result. one firmware could do almost everthing....
Any one explored such features?