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

Ads

Discussion Groups

See Also

DSPFPGAElectronics

Discussion Groups | Comp.Arch.Embedded | OT: Ethernet extender


Advertise Here

There are 6 messages in this thread.

You are currently looking at messages 0 to 6.

OT: Ethernet extender - Robert Anderson - 2009-10-13 12:24:00

A bit OT for the group, but it is related to an embedded system ...

I have an application that requires Ethernet to be extended through an 
existing RS485 serial link, such that I have Ethernet <-> RS485 <-> Ethernet.

I'm aware that there are any number of copper wire Ethernet extenders that
will work on bare copper, but unfortunately I have the serial link in
the path so I can't get to the bare copper at all.

I also know that there are any number of Ethernet->Serial conversion
boxes, but they all seem to be one-path units for converting something
that was serial I/O to sit on a LAN.  Neither of these things is what
I want.

Is there anything I can buy to complete the link?  I'm not quite sure what
I should be looking for or asking Google for!  I know I could build 
something to do what we need, but I'd rather not if possible.


Robert



Re: OT: Ethernet extender - Andrew Jackson - 2009-10-13 12:49:00

> A bit OT for the group, but it is related to an embedded system ...
> 
> I have an application that requires Ethernet to be extended through an 
> existing RS485 serial link, such that I have Ethernet <-> RS485 <-> Ethernet.
> 
> I'm aware that there are any number of copper wire Ethernet extenders that
> will work on bare copper, but unfortunately I have the serial link in
> the path so I can't get to the bare copper at all.
> 
> I also know that there are any number of Ethernet->Serial conversion
> boxes, but they all seem to be one-path units for converting something
> that was serial I/O to sit on a LAN.  Neither of these things is what
> I want.
> 
> Is there anything I can buy to complete the link?  I'm not quite sure what
> I should be looking for or asking Google for!  I know I could build 
> something to do what we need, but I'd rather not if possible.

You want a pair of RS232<>Ethernet bridges such as this 
<http://www.dcbnet.com/datasheet/etherbridge.html>; (first Google hit). 
This is, of course, provided that you have the sole use of the RS485 
link.  If not you will have to write the equivalent.  You will probably 
want to filter multicast and broadcast traffic going over the link.

	Andrew

Re: OT: Ethernet extender - Andrew Jackson - 2009-10-13 12:56:00

> You want a pair of RS232<>Ethernet bridges such as this 

I meant, of course, RS485<>Ethernet bridge! (Sigh: end of day)

	Andrew

Re: OT: Ethernet extender - Robert Anderson - 2009-10-13 13:30:00

Andrew Jackson <a...@nospam.com> wrote:
>> You want a pair of RS232<>Ethernet bridges such as this 
>
> I meant, of course, RS485<>Ethernet bridge! (Sigh: end of day)

Fantastic Andrew, thanks for that - the thing that was confounding me
was "bridge" - stupidly didn't think of that term, once I got "extender"
in my mind nothing else came.  Searching for Ethernet serial bridge finds
lots of similar things.

Regards,
Robert

Re: OT: Ethernet extender - David Kelly - 2009-10-13 15:50:00

Robert Anderson wrote:
> Andrew Jackson <a...@nospam.com> wrote:
>>> You want a pair of RS232<>Ethernet bridges such as this 
>> I meant, of course, RS485<>Ethernet bridge! (Sigh: end of day)
> 
> Fantastic Andrew, thanks for that - the thing that was confounding me
> was "bridge" - stupidly didn't think of that term, once I got "extender"
> in my mind nothing else came.  Searching for Ethernet serial bridge finds
> lots of similar things.

If you have exclusive use of the RS485 wire then why not remove the 
RS485 transceivers in favor of the more common and faster "ethernet 
extenders"?

Recently had need to temporarily link two locations 5,000' apart with 
ethernet interfaces on each end. IIRC a pair of COTS boxes were $400 and 
served nicely. Basically they were private line DSL modems talking to 
each other over a single twisted pair.

Re: OT: Ethernet extender - Robert Anderson - 2009-10-13 18:25:00

David Kelly <n...@Yahoo.com> wrote:
> Robert Anderson wrote:
>> Andrew Jackson <a...@nospam.com> wrote:
>>>> You want a pair of RS232<>Ethernet bridges such as this 
>>> I meant, of course, RS485<>Ethernet bridge! (Sigh: end of day)
>> 
>> Fantastic Andrew, thanks for that - the thing that was confounding me
>> was "bridge" - stupidly didn't think of that term, once I got "extender"
>> in my mind nothing else came.  Searching for Ethernet serial bridge finds
>> lots of similar things.
>
> If you have exclusive use of the RS485 wire then why not remove the 
> RS485 transceivers in favor of the more common and faster "ethernet 
> extenders"?

Unfortunately we only have exclusive use of the line in the sense that
"nothing else is using it", not that we can rip out the existing
hardware.  Actually, there are two possibilities, one with serial
tranceivers and one with bare wire, depending on various other things.  
Obviously we'd prefer bare wire, but ours isn't to reason why ... :-)

> Recently had need to temporarily link two locations 5,000' apart with 
> ethernet interfaces on each end. IIRC a pair of COTS boxes were $400 and 
> served nicely. Basically they were private line DSL modems talking to 
> each other over a single twisted pair.

Yep, that would be the preferred case.

Robert