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.

[SOLVED] ethernet interface (uart converter)

Status
Not open for further replies.

flashking

Full Member level 3
Joined
Apr 12, 2009
Messages
158
Helped
28
Reputation
56
Reaction score
28
Trophy points
1,308
Activity points
2,148
Hello

I need good suggestions on converting simple MC nterfaces like SPI or UART

to communicate with an existing computer network.

a good example would be appreciated

also I need to know, is there a relation between RS485 and ethernet in any way ?

thanks
 

Imo the easiest way is to use a convertor module:
I have used these kind of device in the past to send data to a database on a network.
Here what I used: EZ Web Lynx - Home
code was really straight forward.

of course there are alternatives:

**broken link removed**
 
thanks

any other suggestions ?
 

you could use PIC18F97J60 family with onboard Ethernet 10baseT interface
**broken link removed**

this would eanble you to interface UART, SPI, I2C to 10baseT

If you require 100baseT look at the PIC32MX6xx family
**broken link removed**

otherwise for simplicity use a Lantronix XPORT serial to Ethernet
 
I am working with the module Ezweb, I want to send serial data to a database, you could give me the code? please

---------- Post added at 03:25 ---------- Previous post was at 03:24 ----------

Imo the easiest way is to use a convertor module:
I have used these kind of device in the past to send data to a database on a network.
Here what I used: EZ Web Lynx - Home
code was really straight forward.

of course there are alternatives:

**broken link removed**


I am working with the module Ezweb, I want to send serial data to a database, you could give me the code?
 

I am working with the module Ezweb, I want to send serial data to a database, you could give me the code? please

---------- Post added at 03:25 ---------- Previous post was at 03:24 ----------







I am working with the module Ezweb, I want to send serial data to a database, you could give me the code?

Just start a new thread and some body will help you

thanks for all the replies
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top