PDA

View Full Version : data from rs232 via pic16f877 to 24c256 (i2C) on-the-fly



agucollins
- 24th March 2005, 15:26
please help!!!
i want to write data(strings) about 100 characters from a pc terminal program through com port via 16f877@20MHz to 24c256 on-the-fly using i2c protocol. baudrate of 9600. please help me with a pic basic and ASSEMBLY ROUTINES.
THANKS
AGU COLLINS

NavMicroSystems
- 24th March 2005, 17:21
AGU,

we will certainly not do all the work for you.

If you haven't got any code so far search the forum for "serial" and "EEPROM" and you will find tons of examples.

You have got to do your homework on your own.

If you already have some code, but having problems with that existing code post it and we will have a look at it.

Melanie
- 25th March 2005, 12:01
...and you're going to have to be clever too...

9600 baud is approximately 1 character every millisecond (give or take)... it takes 10mS to do a serial EEPROM write...