Skip to content

Save to file #2

Answered by Habraken
ayhanyzc asked this question in Q&A
Jul 26, 2023 · 3 comments · 8 replies
Discussion options

You must be logged in to vote

I use the following command:

timeout 2s cat /tmp/adc.fifo > /tmp/adc.data.csv

With the above command you 'copy' the data from the .fifo to the .csv for two seconds.
you could also use:

cat /tmp/adc.fifo > /tmp/adc.data.csv

if you don't want the timeout.

Replies: 3 comments 8 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by Habraken
Comment options

You must be logged in to vote
1 reply
@ayhanyzc
Comment options

Comment options

You must be logged in to vote
7 replies
@ayhanyzc
Comment options

@Habraken
Comment options

@ayhanyzc
Comment options

@Habraken
Comment options

@ayhanyzc
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants