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.

HOw could i send data from PIC to Network

Status
Not open for further replies.
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.
 

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)
 

mikroc tcp/ip

Here is the example of how to use UDP with 18F452:
mikroPascal:
**broken link removed**
mikroBasic:
**broken link removed**

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.
 

mikrobasic send data with serial port

Hello Zeeshan,

How about using a serial proxy? There's a free one at **broken link removed**.

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,
 

mikrobasic internet pic ip

look into this post
and its reply
it may help u




helios
 

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]
 

Use Zilog ez80 Embedded webserver instead of PIC, it will solve your problem.
 

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:
**broken link removed**
**broken link removed**

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
 

i suggest you visit this website..

**broken link removed**


Thanks

Cyrix-Craker
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top