EVB-PIC24 WIZnet, EVB-PIC24 Datasheet - Page 44

no-image

EVB-PIC24

Manufacturer Part Number
EVB-PIC24
Description
Development Boards & Kits - PIC / DSPIC W3150A+EVAL BOARD BASED ON PIC24
Manufacturer
WIZnet
Datasheet

Specifications of EVB-PIC24

Rohs
yes
Product
Development Kits
Interface Type
RS-232
Data Bus Width
16 bit
Dimensions
50 mm x 40 mm
3.2.5.2.
Channel Configuration, a sub-program of Manage Program is made of manage_config() and decides which
application to apply for each of 4 channels of iinChip™.
The application type that can be set up, there 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. But the
DHCP Client can only be supported by the first channel and the setting cannot be repeated on other channel.
TCP Server Program (LB_TCPS,WEB_SERVER) can be set repeatedly by channel and in such case the
same port can be used. Here, the number of clients is as many as the same port number. Other application
can be set repeatedly by channel but the same port number cannot use.
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)
void uart0_putchar(char c)
int uart_gets(u_char uart, char * str,
char bpasswordtype, int max_len)
void uart_puts(u_char uart, char * str)
char VerifyIPAddress(char* src)
Unsigned long htonl
(unsigned long hostlong)
Unsigned long inet_addr
(unsigned char* addr)
Channel Configuration
Function Name
<Table 3-17: Reference Functions in manage_config()>
© Copyright 2006 WIZnet Co., Inc. All rights reserved.
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
Write one character to UART0
Read text lines from UART(0,1)
Write text lines to UART(0,1)
Check if the string is IP Address
Transforms ordering of Long Type
Data
Transforms IP string into long type
Description
evb/manage.
c
evb/config.c
evb/config.c
evb/config.c
evb/config.c
mcu/serial.c
mcu/serial.c
mcu/serial.c
mcu/serial.c
util/sockutil.c
util/sockutil.c
util/sockutil.c
Location
34

Related parts for EVB-PIC24