Re: Buffer
- From: "petrus bitbyter" <pieterkraltlaatditweg@xxxxxxxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 13:29:40 +0200
"marsloner" <marsloner@xxxxxxxxxxx> schreef in bericht
news:1151566723.157174.243910@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I am currently working on a project that need to convert some
asynchronous and digital data from a serial port of a computer into
synchronous RF data. In order to do this, I will need a buffer to
store the digital data prior to process it. The buffer need to be
larger than 1 kilobyte and has the capability to hard wire into the
serial port to prevent buffer overflow/underflow. Please let me know
where or how I can find a buffer like this. I have been looking
several electronics distrubtor such as Digikey and Jameco and I was not
able to find it. I will appreciate your help. Thank you.
FAIK a component like this is not an of the shelf product. You'll have to
build your own one. There have been days you'd use a stand alone UART with a
Baudrate generator, a 1kB FIFO and some glue logic. It can still be done
this way, but I doubt you to have the skills to design it. These days the
way to go is using a micro with a build-in UART, a timer/counter to generate
the correct Baudrate, over 1kB of RAM and the firmware to make it run. Alas,
it requires some skills to design this too so I guess you'll have to learn
about micros and their programming to make what you want.
petrus bitbyter
.
- References:
- Buffer
- From: marsloner
- Buffer
- Prev by Date: Buffer
- Next by Date: need a STi5508FVC, new or used...but working.
- Previous by thread: Buffer
- Next by thread: Re: Buffer
- Index(es):
Relevant Pages
|