| Author |
Message |
drbizzarow
Joined: 24 May 2006 Posts: 276 Helped: 9
|
01 Oct 2007 20:01 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.
|
|
| Back to top |
|
 |
VSMVDD
Joined: 12 Jun 2005 Posts: 558 Helped: 55
|
01 Oct 2007 20:46 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
http://www.virtual-serial-port.com/
look down the page to the bottom for network serial driver
|
|
| Back to top |
|
 |
drbizzarow
Joined: 24 May 2006 Posts: 276 Helped: 9
|
02 Oct 2007 10:00 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 .
|
|
| Back to top |
|
 |
HPW123
Joined: 01 Oct 2007 Posts: 1
|
03 Oct 2007 15:42 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 - http://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 http://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.
http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1489
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)
|
|
| Back to top |
|
 |
blueroomelectronics
Joined: 17 Sep 2006 Posts: 1681 Helped: 99 Location: Toronto, Canada
|
|
| Back to top |
|
 |
Google AdSense

|
03 Oct 2007 16:06 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
drbizzarow
Joined: 24 May 2006 Posts: 276 Helped: 9
|
03 Oct 2007 19:22 using pic18f87j60 for ethernet project |
|
|
|
|
thx pal for all helps ...
im using CSS c compiler .
|
|
| Back to top |
|
 |
xorcise
Joined: 27 Sep 2007 Posts: 125 Helped: 19 Location: NYC
|
|
| Back to top |
|
 |