Storing a Binary Bit Stream Best way

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
dswheeley
Posts: 10
Joined: Tue Mar 20, 2012 9:35 am
Contact:

Storing a Binary Bit Stream Best way

Post by dswheeley »

Hi All

Just getting back into flowcode after a while away so after some pointers...

I have a binary bit stream that will vary in length and bit rate, it is coming from a radio receiver.

I want to store this to play back through a transmitter at a later date, what is the best way to store a binary bitstream, internal EEPROM or an external one, SD card...

Also how would you read this into a Pic with flow code to store it... These may be simple questions sorry, I havent touched coding for a while so just trying to get a heads up...

Many Thanks

Darren

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Storing a Binary Bit Stream Best way

Post by Benj »

Hi Darren,

What sort of bit rate speeds are you looking at in hz?

Post Reply