.NET Micro Framework Projects
Home > USBizi TCP/IP and Ethernet support
USBizi TCP/IP and Ethernet support
Description
This Example demonstrates how to add Ethernet with TCP/IP feature to USBizi using WIZ812MJ Plug-in Network Module based on W5100 chip (WIZnet Hardwired TCP/IP Embedded Ethernet Controller).
* WIZ812MJ module is avilable at http://www.saelig.com/
* Wiznet WIZ812MJ SPI Adapter is vailable at http://www.nkcelectronics.com/
*W5100 driver files W5100 and uSocket are based on library source code provided by Wiznet vendor
There are two main methods:
MyGetHostEntry() which basically opens UDP socket to DNS server to retreive the IP address of a sertain host FQN
GetWebPage() which basically opens TCP socket to retreive a small text file on GHI website http://www.ghielectronics.com/downloads/USBizi/usbizi.txt



