?? abstract.txt
字號:
This program is a TFTP Server example. It shows how to use a
Trivial File Transfer Protocol to send files to and receive
files from an evaluation board.
This example will configure the LAN network parameters for
the evaluation board automatically if a DHCP Server is available
in your LAN.
If you do not have a DHCP server, you need to configure
the IP address, net mask and default gateway manually in
the Net_Config.c configuration file. You have to disable also
'Dynamic Host Configuration' under the 'Ethernet Network
Interface' section.
This example is configured to run in 3 simultaneous sessions.
This means that 3 TFTP Clients can be connected to TFTP Server
at the same time. This can be either 3 different PC computers or a
single PC computer running 3 instances of TFTP Client.
To test this example you need to run a TFTP client on your PC.
If you do not have installed a special TFTP Client software on your
PC, you can run the Windows tftp client from a Console Window.
To send a file to TFTP Server from the console window:
tftp mcb2300 put [file.ext]
To receive a file from TFTP Server from the console window:
tftp mcb2300 get [file.ext]
Flash File System running from SRAM is used as the file system.
It is configured for total capacity of 32 kByte.
The TFTP_demo example is available for several targets:
MCB2300: Standalone application for Keil MCB2300 Board.
Program code is loaded into on-chip flash.
MCB2300 Debug: Standalone Debug application. Debug level configured
in Net_Debug.c debug configuration file.
Connect a serial cable to RS232 COM1 port to view
output messages using HyperTerminal at 115200 baud,
8-bits, no parity, 1 stop bit, XON/XOFF.
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -