Re: Buffer




"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


.



Relevant Pages

  • Re: Buffer
    ... but a single-board computer might be easier to work with. ... I will need a buffer to ... store the digital data prior to process it. ... serial port to prevent buffer overflow/underflow. ...
    (sci.electronics.components)
  • Buffer
    ... I will need a buffer to ... store the digital data prior to process it. ... serial port to prevent buffer overflow/underflow. ... several electronics distrubtor such as Digikey and Jameco and I was not ...
    (sci.electronics.components)
  • Re: [SOLVED] Serial buffer corruption [was Re: FTDI usb-serial possible bug]
    ... Can you try two tests (with my patch applied): ... Install also pyserial(in debian ... with the previous comma we open /dev/ttyS1 with the same serial port ... The .flushInputmethod flushes the input buffer: ...
    (Linux-Kernel)
  • Re: Continuous Pulse-Width Measurement
    ... >to be able to buffer about 1000 16-bit width measurements in one shot. ... >to transfer the captured pulse-widths to RAM, but all the transfer cycles ... the current ASIC and micro cost about $7. ... If the total cycle time can be guaranteed to be at least ...
    (comp.arch.embedded)
  • RE: Serial console issues.
    ... Since Linux is seeing this port as a 16750, ... this to only have a 16-byte buffer. ... 16750 with its mammoth buffer size is killing this serial port. ... setserial with the kernel image (also I'd rather not do as I only have ...
    (Linux-Kernel)