EVB-PIC24 WIZnet, EVB-PIC24 Datasheet - Page 40

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.
Manage Program is a program that sets up network and channel information by RS232 terminal and tests
application with Ping Request to certain Destination.
Running the manage program can be started by call check_manage() from main() function. check_manage()
checks if there is any entering command to Manage Program from RS232 terminal, that if character „M‟ or „m‟
is input or not. And if there is the command, it will enter to Manage Program through manage_config(). If the
user change the configuration, the EVB B/D automatically reboot and check_manage() is skipped.
Manage Program
j++
Display the Followed Console Message
“Press 'M' to enter the manager mode”
i++
Check to reset EVB B/D automatically
the Progressing Character(.)
© Copyright 2006 WIZnet Co., Inc. All rights reserved.
Check to Press a Key
N
N
Reset Automatically?
check_manage()
get_reset_flag()
Is Key pressed?
wait_1ms(10)
uart_keyhit()
Wait 10ms
Display
START
j < 40
i < 16
i = 0
j = 0
N
N
Y
<Fig 3.4: check_manage()>
Y
Y
Y
set_reset_flag(SYSTEM_MANUAL_RESET)
N
Get the pressed Key
uart0_getchar()
Key == ‘ESC’
Key == ‘M’
Key == ‘m’
END
Clear Reset Flag
or
N
Y
END
Y
Run Manage Program
manage_config()
30

Related parts for EVB-PIC24