Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

RS-232 or UART to ethernet adapter

Status
Not open for further replies.

neazoi

Advanced Member level 6
Joined
Jan 5, 2008
Messages
4,122
Helped
13
Reputation
26
Reaction score
15
Trophy points
1,318
Location
Greece
Activity points
36,951
I want to make an RS-232 or UART to ethernet adapter using DIP chips.
The only DIP chip I have found is the ENC28J60, but this outputs SPI not RS232 or UART.

My project **broken link removed** has SPI but it has limited functions for programmatically reading and writing to this bus, so I would really like to use RS-232 or UART.
If there is no other DIP chip, maybe there is an SPI to uart or rs-232 converter chip in DIP?

Thanks for all the help.
 

Not as easy as it sounds. The ENC28J60 is only the hardware interface (up to the magnetics), it isn't only necessary to configure it through SPI, you need fast software to establish the protocol and data storage. It might be possible to achieve that in the ATMega but I would doubt it could maintain video timing at the same time.

Brian.
 

You several times mention both UART and RS232 which makes me think that you are not clear about these terms. 'UART' normally refers to the hardware module used to generate and read the signals being sent and received. This implies the use of the asynchronous serial protocol of a start bit, a number of data bits (normally 8), perhaps a parity bit and between 1 and 2 stop bits.
RS232 is an electrical standard that defines what voltage a '0' has on the line, and what voltage a '1' has on the line. ('0' is typically between +3V and +15V, while a '1' is typically between -3V and -15V - obviously with reference to a common ground between the sending and receiving devices.) The protocol also defines other characteristics but that are not relevant at this point.
What I think you are considering is the voltages that most MCUs use which is either the TTL levels ('0' being 0V, '1' being 5V) or similar voltages for the serial signals. (0V and 3V3 are also common voltage levels).
Susan
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top