rs232 Data Logging

General project help for Adafruit customers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
swallace23
 
Posts: 4
Joined: Thu Apr 28, 2011 7:55 am

rs232 Data Logging

Post by swallace23 »

Are there any tutorials on logging rs232 data to an SD card? I work with fire alarm panels and need a way to log the rs232 printer data from the fire panel to an SD card for later viewing. I can figure anything out with tutorials but I don't know anything about rs232 communication, how it works, or if this can even be done. Any help would be great.

Thanks

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: rs232 Data Logging

Post by Franklin97355 »

You would start looking at rs232 to TTL converters like the max232. Once you get the levels to 5v you can work on getting the data into a micro like the Arduino and then into the logger.

User avatar
lmorris
 
Posts: 5
Joined: Mon Oct 18, 2010 3:21 pm

Re: rs232 Data Logging

Post by lmorris »

Simplest would be an older Serial Arduino and the Adafruit SD/RTC logger
shield.

Older Serial Arduino .....

http://cgi.ebay.com/Duino328-Serial-Boa ... 336823cbf7

Adafruit SD/RTC logger ......

http://www.adafruit.com/products/243

Then it's just a matter a writing some code to log the data the way you would like to see it on the SD card.

Locked
Please be positive and constructive with your questions and comments.

Return to “General Project help”