Table 3-17: Referencef - Wiznet W5100E01-AVR User Manual

Table of Contents

Advertisement

Function Name
u_char manage_network(void)
void get_netconf(NETCONF*
pNetConf)
void set_netconf(NETCONF*
pNetConf)
void display_netconf
(NETCONF* pNetConf)
Void load_factory_netconf(void)
char uart0_getchar(void)
int uart_gets(u_char uart, char * str,
char bpasswordtype, int max_len)
char VerifyIPAddress(char* src)
Unsigned long htonl
(unsigned long hostlong)
Unsigned long inet_addr
(unsigned char* addr)
3.2.5.2.
Channel Configuration
Channel Configuration, a sub-program of Manage Program is made of manage_config() and decides which
application to be applied for each of 4 channels of W5100.
The application types that can be set up, are DHCP Client, Loopback TCP Server/Client, Loopback UDP, and
Web Server Program. Each channel can be set up with any one of the applications above. However, the
DHCP Client can only be supported by the first channel and the setting cannot be repeated on other
channels.
TCP Server Program (LB_TCPS,WEB_SERVER) can be set repeatedly by all channels. In such case, the
same port can be used. Here, the number of clients is as many as the same port number. Other applications
can be set repeatedly by channels, but the same port number cannot be used.
<Table 3-17: Reference Functions in manage_config()>
Configure Network Information
Get the Network Information that is
previously set
Update the Network Information
Outputs the Network Information to
the terminal
Load Factory Reset Network
Information
Read one character from UART0
Read text lines from UART(0,1)
Check if the string is IP Address
Transforms ordering of Long Type
Data
Transforms IP string into long type
© Copyright 2007 WIZnet Co., Inc. All rights reserved.
Description
Location
evb/manage.
c
evb/config.c
evb/config.c
evb/config.c
evb/config.c
mcu/serial.c
mcu/serial.c
util/sockutil.c
util/sockutil.c
util/sockutil.c
37

Advertisement

Table of Contents
loading

Table of Contents