Wiznet W5300E01-ARM User Manual page 36

Table of Contents

Advertisement

5.4. File Transmission
5.4.1.
File Transmission by using Serial (ZModem)
It is possible to transmit a file by using Zmodem of terminal program.
Serial transmission is simple and easy, but slow in speed. It is appropriate to transmit small-sized files.
For the testing, program 'Hello World' in the 'test.c' source file.
#include <stdio.h>
int main(void)
{
printf("Hello World!\n");
return 0;
}
Compile the source code into execute file for ARM.
# arm-linux-gcc –o test test.c
© Copyright 2008 WIZnet Co., Inc. All rights reserved.
28

Advertisement

Table of Contents
loading

Table of Contents