Moxa Technologies EM-1240-LX Network Card User Manual


 
EM-1240-LX User’s Manual Getting Started
2-10
#make
to compile Hello.c. Finally, execute the program to generate hello and hello.gdb.
Uploading “Hello” to the EM-1240-LX
To use FTP to upload hello to the EM-1240-LX, issue the following commands on the PC:
#ftp 192.168.3.127
ftp> cd /home
ftp> bin
ftp> put ./hello
ftp> quit
#telnet 192.168.3.127