LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Total Newb! I need to convert a serial stream to a .csv on the fly? Any ideads on whe (https://www.linuxquestions.org/questions/programming-9/total-newb-i-need-to-convert-a-serial-stream-to-a-csv-on-the-fly-any-ideads-on-whe-617982/)

jcluthe 02-01-2008 12:08 PM

Total Newb! I need to convert a serial stream to a .csv on the fly? Any ideads on whe
 
Data flows in over serial and I need to create a .csv from it every 5 minutes for the rest of time......please help. I have access to tools, O/S's, hardware, etc.....just not sure where to begin.

shakezilla 02-01-2008 12:47 PM

Um ... create a pipe from serial reader to your process and use cron? But if you want stability and guarantees you got all the data, a db would probably be better.


All times are GMT -5. The time now is 11:21 AM.