Ver Mensaje Individual
  #4  
Antiguo 08-01-2007
NPIdea NPIdea is offline
Miembro
 
Registrado: feb 2005
Posts: 121
Reputación: 20
NPIdea Va por buen camino
Por si alguien piensa en hacer algo con estos micros

Tengo que probar, como ya he dicho, pero en principio. Perfecto.
Algo leí por el foro sobre el envio de mensajes por protocolo UDP. Es lo siguiente a mirar.


Gracias de nuevo.







Communication over the Internet is accomplished implementing the TCP/IP protocol. Microchip offers a free TCP/IP software stack optimized for the PIC18, PIC24 and dsPIC® microcontroller families. The stack is a suite of programs that provide services to all TCP/IP-based applications. Users do not need to know all the intricacies of the TCP/IP specifications in order to use it. Based on the TCP/IP Reference Model, the stack is divided into multiple layers, where each layer accesses services from one or more layers directly below it. Per specifications, many of the TCP/IP layers are “live”, in the sense that they not only act when a service is requested, but also when events like time-out or new packet arrival occurs. The stack is modular in design and is written in the ‘C’ programming language. Effective implementations can be accomplished in roughly 28-34 KB of code, depending on modules used, leaving plenty of code space on Microchip’s cost effective, high-density microcontrollers for the user application.


Supported Protocols
  • ARP
  • IP
  • ICMP
  • UDP
  • TCP
  • DHCP
  • SNMP
  • HTTP
  • FTP
  • TFTP
Responder Con Cita