Sign in

username:

password:



Not a member?

Search Comp.Arch.Embedded



Search tips

embedded by Keywords

68HC11 | 68HC12 | 8051 | 8052 | ARM | ARM7 | Asic | AT91 | AT91RM9200 | Atmel | AVR | AVRStudio | Bootloader | CFP | CompactFlash | Cygnal | Cypress | Dataflash | DSP | eCos | EEPROM | Embedded Linux | Emulator | Endian | Ethernet | Firewire | FPGA | Freescale | GCC | GNUARM | GSM | H8 | HDLC | I2C | Infineon | Interrupts | Java | JTAG | LCD | LED | LPC2000 | MCU | Microchip | MMC | MPLAB | MSP430 | PC104 | PCB | PCI | PCMCIA | PowerPC | Rabbit | RS232 | RS485 | RTOS | SBC | SDRAM | Sensor | SPI | STK500 | UART | UML | USART | USB | Verilog | VHDL | VxWorks | Xilinx

Discussion Groups

Discussion Groups | Comp.Arch.Embedded | Replacing RS-232 with PCMCIA

There are 4 messages in this thread.

You are currently looking at messages 0 to 4.

Replacing RS-232 with PCMCIA - Thad Smith - 16:55 06-02-04



I have an existing product, using an 8 MHz 12 cycle 8032, interfaced to
a ruggedized handheld PC via 232 at 9600.  We would like to shrink the
product and put it on a PCMCIA card.  What are some good products and
information resources to come up to speed on the serial->PCMCIA
replacement?  The 8032 code is written in C and could be fairly easily
ported to another processor, if there were an advantage in that.  There
is also an AVR on board, but it interfaces with the 8032, so I don't
think its a consideration in the switch.

Thanks,
Thad

Re: Replacing RS-232 with PCMCIA - Grant Edwards - 17:23 06-02-04

On 2004-02-06, Thad Smith <t...@acm.org> wrote:

> What are some good products and
> information resources to come up to speed on the serial->PCMCIA
> replacement?

The PCMCIA bus is basically the same as ISA.  The fast and
dirty solution would be to put a 16x50 UART on the card so that
it looked like a normal PC serial port and then hook your 8032
to that serial port.

-- 
Grant Edwards                   grante             Yow!  I'm pretending I'm
                                  at               pulling in a TROUT! Am I
                               visi.com            doing it correctly??

Re: Replacing RS-232 with PCMCIA - Ulf Samuelsson - 18:22 06-02-04

"Thad Smith" <t...@acm.org> skrev i meddelandet
news:4...@acm.org...
> I have an existing product, using an 8 MHz 12 cycle 8032, interfaced to
> a ruggedized handheld PC via 232 at 9600.  We would like to shrink the
> product and put it on a PCMCIA card.  What are some good products and
> information resources to come up to speed on the serial->PCMCIA
> replacement?  The 8032 code is written in C and could be fairly easily
> ported to another processor, if there were an advantage in that.  There
> is also an AVR on board, but it interfaces with the 8032, so I don't
> think its a consideration in the switch.
>
> Thanks,
> Thad


Maybe switch the AVR/8032 to the AT94K FPSLIC AVR+FPGA
I have had customers doing PCCARD with FPSLIC; and it is quite a nice fit.

You can emulate the 16550 UART in the FPGA, should not be too hard.
The onchip DPRAM should be excellent as FIFOs for the 550.

There are chips with PCCARD interfaces + ARM, but you need quite high volume
for those.

-- 
Best Regards,
Ulf Samuelsson   u...@a-t-m-e-l.com
This is a personal view which may or may not be
share by my Employer Atmel Nordic AB



Re: Replacing RS-232 with PCMCIA - Janvi - 04:21 07-02-04

we also have old fashioned RS232 link to the new 
laptop generations what come without any COM / LPT
interfaces. There are 2 solutions:

1) USB using the chips from ftdichip.com

2) PCMCIA using the chips from oxsemi.co.uk

Oxsemi makes 16C550 compatible UART named OX16C950
and can be switched to diffent bus modes at reset.
This way you have a single chip solution with the
complex addressing modes of PCMCIA. 

Both attempts do not require writing own drivers
becouse they are free from the semi makers for 
most windows systems. Your application sees virtual
com port and dont need any changes. Of coarse in
case of PCMCIA you can add own eeprom with custom 
data and write own CIS