搜索资源列表
RemoteProfile
- 远程文件传输实现,实现remote的基本功能和实现。参考一下!
ADS_TFTP
- TFTP文本传输协议。本程序使用ADS编写,全部采用嵌入式C语言。本程序从嵌入式CPU S3C2410的系统初始化引导到CS8900A网卡芯片驱动,从TFTP协议到TFTP文件传输的实现,全部都使用C程序实现。
Xmodem
- 基于S3C2410的xmodem协议实现,实现后可以通过该协议完成target和host的文件传输,不需要再用Jtag烧板子
xmodem
- XMODEM 是一种适合在两个计算机之间进行文件传输的简单协议。嵌入式系统调试环境经常利用此协议或其变体,通过UART 端口进行image 的下载。实践者通过此实验环节可对通信协议的基本要素有较深入的了解,同时对通信协议在实时操作系统环境下的实现方式有初步了解。
xModem_vxWorks
- vxWorks上的modem实现,可以用作文件传输-The realization of modem in VxWorks. It can be use to transfer files.
xmodem
- X modem 协议文件传输在51单片机上实现源代码-X modem file transfer protocol on the 51 single-chip implementation source code
PC_sender4
- 嵌入式系统与PC机上的串口响应程序。实现的功能是,运行于PC端,可以选择一个文件,程序会对文件进行分割。然后响应下位嵌入式系统的串口数据,将文件发送给下位机,实现文件的传输-Embedded systems and PC serial port on the response procedures. Achieve the function is run on the PC side, you can select a file, the program will split the file.
xmodem_VxWorks
- 原创:xmodem协议介绍及VxWorks下的应用 最初,XMODEM协议是一种基于调制解调器直接拨号通讯的文件传输协议,用来支持两台计算机之间的文件传输。由于其简单可靠、实现方便的特性,现在已经广泛应用于嵌入式设备中。实现xmodem只需要微处理器带有串口控制器就行了,一般的8位单片机也能进行文件传输。-Original: xmodem agreement under VxWorks introduction and application of the first, XMODEM pro
Infra1_top
- 在FPGA上实现红外传输写的顶层文件,望大家给与意见,-In the FPGA to achieve the top-level document written by infrared transmission, hope you give advice, thank you
WinCE_SPI_Test
- 在嵌入式平台下,Wince操作系统实现,通过SPI接口传输数据或者文件的调试工具。-A data and file transport tool using SPI interface in embedded operation system WinCE
sc2410uart
- 基于vxworks平台的串口程序,CPU为三星的SC2410,在超级终端可以实现输入字符大小写变换,及文件传输并在窗口显示的功能。-Vxworks platform based on serial procedures, CPU for Samsung SC2410, HyperTerminal can be achieved in the case of input character conversion, and file transfer, and in the window displ
fileview
- 用QT编写的一个文件浏览器,可以移植arm上。用于实现两个优盘之间的文件传输。-Prepared using a QT file browser, can be transferred on the arm. Used to implement file transfer between two USB flash drives.
file_transfer.tar
- linux系统下实现文件传输,主要实现为socket的tcp链接,是现在不同电脑上的文件传输。-linux system to achieve file transfer, the main achievement is the tcp socket link is now on a different computer file transfer.
PAMS2CEUpdateToolCS_20110715
- 实现与wince设备之间的文件传输与系统访问的功能。可以作为更新软件的PC端使用。-Implementation and wince file transfer between devices and system access capabilities. You can update the software on the PC as used.
ARM_for_TFTP
- 这是应用于ARM平台的TFTP服务器,能够实现文件的传输,初学者通过它能够掌握网络通信的基础知识-This source code is used to set up the tftp server on the arm platform! It can be used to learn the network knowledge for beginner.
Safety-file-transfer
- 该程序基于嵌入式LINUX环境下,实现一个安全文件传输实验项目。里面包含一些开发环境配置命令、试验程序、驱动程序、设计流程。-The program is based on embedded LINUX environment, realize a safety file transfer experiment project. Contains some development environment configuration command and test procedures, dri
qmsg.tar
- 这是一个基于Qt for Embedded Linux 4.5.0的无线即时通信系统。该系统在UP-NETARM2410-S+无线网卡硬件平台上,基于Qt嵌入式Linux开源平台开发了QMsg无线通讯软件。该软件是一个IPMessenger协议的Qt4版本实现,可用于各类PDA, PSP,智能手机等手持式设备,以及PC机之间的即时通信和文件传输。-This is based on Qt for the Embedded Linux 4.5.0 of wireless instant messag
bootloader
- 通过串口方式实现bootloader功能(非ISP)。可以直接下载hex文件将程序下载到指定Flash存储区。文件传输用Xmodem协议。 串口命令输入执行相关动作。 -The bootloader function (non-ISP) through the serial port. Hex file can be downloaded directly to the program is downloaded to the specified Flash memory area.
USB_test
- STM32 的USB测试工程代码,可以虚拟一个U盘实现文件的传输-STM32 USB test engineering code, virtual U disk file transfer
基于UART的文件传输(采用Zmodem协议)
- 能够移植到单片机中,实现单片机和超级终端的zmodem通讯。(It can be transplanted into the single chip computer to realize the zmodem communication between the single chip and the super terminal.)