RS232 recorder

Pekari

Senior Member
Hi!

Is it possible to make device which save data and send it back via RS232 port?
This data must be have saved to PC too.

I can use only 7 bit data and even parity.

The idea is to use 24LC16B chip to save data.
 

hippy

Ex-Staff (retired)
That should be possible; the 7 data bits + parity can be read as a raw 8-bit byte. The only issue is in getting the data put to I2C Eeprom quicker than the data can fill any buffering you have. I would recommend a PICAXE X1 or X2 with HSERSETUP and background receive.
 

Goeytex

Senior Member
Thanks, hippy.

I try to do this! I have PICAXE 20X2.

Should it do ?

Maybe faster this way?
YES!

I just completed a project using HSERSETUP and background
receive. It works very well.

Went from 4800 Baud and character delays using serrxd, to 38400 and no delays using HSERSETUP in background mode.

Goey






Goey
 
Top