24lc32 ascii string
Archiver
Posts: 46,084
I need to write a full 16 characters ascii string to an 24lc32 to a
given address.
I need to read it back when i need it from the same address.
I need this because i do a project where i store messages to be
displayed on and 2X16 characters display.
I use bs2p24 and an 24lc32 chip.
please help with sugestions or even a portion of code to start
Thank you
igeorge@r...
given address.
I need to read it back when i need it from the same address.
I need this because i do a project where i store messages to be
displayed on and 2X16 characters display.
I use bs2p24 and an 24lc32 chip.
please help with sugestions or even a portion of code to start
Thank you
igeorge@r...
Comments
directly, you can do it like this:
I2COUT SDA, $A0, addr.BYTE1\addr.BYTE0, [noparse][[/noparse]"My string!"]
-- Jon Williams
-- Parallax
Original Message
From: tibor20032003 [noparse]/noparse]mailto:[url=http://forums.parallaxinc.com/group/basicstamps/post?postID=kQ4W_HXK4vnE_gcqSlg7OpqPpBnpyhDfhlPHeextZvBEOkcNeOYy8o7jeNhH2aAnN_FPgfNcSGBA2L9Kqg]igeorge@r...[/url
Sent: Monday, February 16, 2004 6:09 PM
To: basicstamps@yahoogroups.com
Subject: [noparse][[/noparse]basicstamps] 24lc32 ascii string
I need to write a full 16 characters ascii string to an 24lc32 to a
given address.
I need to read it back when i need it from the same address.
I need this because i do a project where i store messages to be
displayed on and 2X16 characters display.
I use bs2p24 and an 24lc32 chip.
please help with sugestions or even a portion of code to start Thank you
igeorge@r...