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.

serial to Ethernet device

Status
Not open for further replies.

drbizzarow

Advanced Member level 1
Joined
May 24, 2006
Messages
414
Helped
25
Reputation
50
Reaction score
15
Trophy points
1,298
Activity points
3,661
serail to ethernet microchip

hi to all..
i want to send my microcontroller serial data through ethernet to a remote PC(in same network).any link, tutorial, book or else you can do.
your guidence will be very helpful to me.....
BEST REGARDS.
 

project rtl8019 virtual serial

hi

ive used the drivers here for comvdd and it worked
i used trsansmit from a master via the lan driver to another machine also running the same driver
and was able to control a proteus session over lan

infact several machine all listening on the same port

https://www.virtual-serial-port.com/

look down the page to the bottom for network serial driver
 

microchip serial to ethernet

thx for your help VSMDVDD ....
i wan to send my microcontroller data throught ethernet where at the one node there is no pc but my microcotroller is atteched .
 

trsansmit serial

Hey drbizzarow

If you are using a PIC micro or similar, I would recommend using the ethernet controller from Microchip (ENC28J60 - SMD or PDIP - https://ww1.microchip.com/downloads/en/DeviceDoc/39662b.pdf)
It uses a SPI interface at the PIC-side, and very few other components.

- or maybe a PIC with integrated ethernet controller like the PIC18F87J60 (SMD only :-( https://ww1.microchip.com/downloads/en/DeviceDoc/39762c.pdf )

An alternative could be a Realtek ethernet controller (RTL8019AS) - also lot of online information.

Which language do you prefer?

Microchip got a free TCP/IP stack writen in C18 (supports HiTech C also as far as I remember) - very usefull as it would be a nightmare to do it yourself. The stack shows how to make a lot of things, like http, ftp, tftp and snmp - and controlling the internal hardware in the PIC by these interfaces.
**broken link removed**

As far as I know there isn't any microchip driver for a "virtual ethernet comport" for windows XP, but maybe your application could be just as useful with a http interface?

You could use the stack to send simple packages to a PC, but how you easy can capture them i don't know - maybe some MATLAB or C++ could keep it simple.


Good luck (this i properly not a beginners project - I tried it and haven't succeeded yet - maybe a demoboard isn't such a bad idea - approx. 165 USD from Microchip)

HPW123 (20 yo - PIC noob)
 

using pic18f87j60 for ethernet project

thx pal for all helps ...
im using CSS c compiler .
 

pic18f87j60 proteus

Take a look at the Serial Ethernet Board by mE:

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top