| Author |
Message |
Zeeshan Ahmad
Joined: 02 Apr 2005 Posts: 5
|
24 Jul 2005 21:55 serial to tcp/ip serproxy |
|
|
|
|
| Plz Help me.
|
|
| Back to top |
|
 |
jhallows
Joined: 01 Jan 1970 Posts: 88 Helped: 3
|
26 Jul 2005 1:16 send data to ethernet pic |
|
|
|
|
This is a very Broad Topic. Some Starting points would be to check out this website for hardware:
http://www.edtp.com/
Some books to read are:
"Networking & Internetworking with Microcontrollers" By Fred Eady ISBN: 0-7506-7698-1
"TCP/IP Lean: Web Servers for Embedded Systems (2nd Edition)" Jeremy Bentham ISBN: 157820108X
"Embedded Ethernet and Internet Complete" By Jan Axelson ISBN: 1931448000
You can also checkout Microchip Website for application notes.
|
|
| Back to top |
|
 |
eltonjohn
Joined: 22 Feb 2002 Posts: 1751 Helped: 28
|
26 Jul 2005 1:48 157820108x |
|
|
|
|
You need :
1) a TCP/IP software stack on your PIC
2) you need a Hardware connection
i) this can be an ethernet chip like C8900 or other 8 bits or
ii) you can also do it with a SLIP ( serial RS232 point to point connection)
|
|
| Back to top |
|
 |
zristic
Joined: 29 Aug 2004 Posts: 29
|
26 Jul 2005 13:24 mikroc tcp/ip |
|
|
|
|
Here is the example of how to use UDP with 18F452:
mikroPascal:
http://mikroelektronika.co.yu/english/product/compilers/mikropascal/project0011/
mikroBasic:
http://mikroelektronika.co.yu/english/product/compilers/mikrobasic/project0011/
If you download demo compilers from the links above you will also get an example of how to use TCP. The examples are also available in mikroC (ANSI C), but they are not published on the web yet.
|
|
| Back to top |
|
 |
alwaan
Joined: 15 Jan 2003 Posts: 7
|
01 Aug 2005 15:52 mikrobasic send data with serial port |
|
|
|
|
Hello Zeeshan,
How about using a serial proxy? There's a free one at http://www.lspace.nildram.co.uk/freeware.html.
Site quote: " ... Serproxy is a multi-threaded proxy program for redirecting network socket connections to/from serial links, in cases where the remote end of the serial link doesn't have a TCP/IP stack (eg an embedded or microcontroller system). "
Regards,
|
|
| Back to top |
|
 |
Google AdSense

|
01 Aug 2005 15:52 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
helios
Joined: 03 Jun 2005 Posts: 166 Helped: 12
|
02 Aug 2005 7:07 mikrobasic internet pic ip |
|
|
|
|
look into this post
and its reply
it may help u
http://www.edaboard.com/viewtopic.php?p=474247#474247
helios
|
|
| Back to top |
|
 |
Zeeshan Ahmad
Joined: 02 Apr 2005 Posts: 5
|
04 Aug 2005 11:49 Re: Thanks to all of U. |
|
|
|
|
Thanks all of you...for reply...Actually i am doing data aquisition and control...sequence is as under
[[ sensors -> uController -> NIC -> web / PC ]]
Plz help more.
Thanks[/b]
|
|
| Back to top |
|
 |
glenjoy
Joined: 01 Jan 2004 Posts: 1028 Helped: 47 Location: Philippines
|
04 Aug 2005 15:01 HOw could i send data from PIC to Network |
|
|
|
|
| Use Zilog ez80 Embedded webserver instead of PIC, it will solve your problem.
|
|
| Back to top |
|
 |
Cyrix-Cracker
Joined: 04 Aug 2005 Posts: 18 Helped: 2
|
05 Aug 2005 3:01 Re: HOw could i send data from PIC to Network |
|
|
|
|
hmmm.....
if you only insist using your PIC in the network..
1. your serial port woul alaso make some help
www.beyondlogic.com
2. try to visit this webistes:
http://www.eix.co.uk/Ethernet/NetpicManual.htm
http://www.atrox.at/projects/877eth/
3. eZ80 acclaim
eZ80 encore
you can use both RS485
and ints built-in infrared
topics:
serial to TCP/IP Gateway
Ethernet MCU
Smart Cable and ZPAKII
visit www.zilog.com
thanks
Cyrix-Craker
|
|
| Back to top |
|
 |
Zeeshan Ahmad
Joined: 02 Apr 2005 Posts: 5
|
08 Aug 2005 9:32 HOw could i send data from PIC to Network |
|
|
|
|
| Plz give some cheap Solutions...As I am student.
|
|
| Back to top |
|
 |
Cyrix-Cracker
Joined: 04 Aug 2005 Posts: 18 Helped: 2
|
09 Aug 2005 1:57 Re: HOw could i send data from PIC to Network |
|
|
|
|
i suggest you visit this website..
http://www.eix.co.uk/Ethernet/WWarticle.htm
Thanks
Cyrix-Craker
|
|
| Back to top |
|
 |