搜索资源列表
sct-1.05.tar
- 应用平台 Unix/Linux <br> sct(Serial Communication Tracer的缩写)是一个很有用的Linux/Unix串行通信调试工具,软件内置了Shell命令解释器,你可以通过直接输入简短的命令和参数来控制串口的打开/关闭和进行各种发送/接收活动。 -application platform Unix / Linux lt; Brgt; Sct (Serial Communication Tracer's initials) is a very
bootloader
- ⑴ 提供简单命令 A、通过串口加载程序到指定内存 B、将程序烧写到 NANDFLASH 指定位置 C、LCD 操作函数 I、画点 II、画线 III、画圆 IV、显示图像 ⑵ bootloader 具备自我更新能力 ⑶ bootloader 可以启动 LINUX ⑷ 能通过网络传输文件(FTP/UDP)
SerialCmd
- 命令行串口工具 这样就可以通过在Windows下用记事本编辑bat批处理文件我灵活的向串口发送和接收数据,简单点他就是一个命令行的串口调试助手,这样就支持bat比较灵活.可以批量向单片机或者ARM , DSP 发命令
linux_serial_sms1
- LINUX下纯C写的基于于串口发送AT命令到GSM手机模块进行短信的发送和接收短信的源程序,对短信收发研究者很有帮助-Write pure C under LINUX based on the serial port to send AT commands to the GSM mobile phone module to send and receive SMS text messages of the source code, useful for researchers to send a
port_dll
- 一个VC++串口通讯链接库DLL源文件,基于vc++6.0开发,本DLL可实现向串口发送命令或信息。可用于串口程序的开发,给你编程带来不少方便,非常有用。 -A VC++ Serial Communication Link Library DLL source file, based on vc++6.0 development, the DLL can be sent to the serial order or information. Serial port can be used for
shortmessage121603
- LINUX下SMS短信发送与接受,基于C++语言,通过串口用AT命令发送短信给GSM手机模块-LINUX under the SMS text messages sent and accepted, based on C++ language, through the serial port with AT command to send text messages to GSM mobile phone module
uclinux
- Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果
Comm
- 在Linux下完成的对串口进行同步和异步通信。需要使用gcc命令进行编译。不同于Window-Done under the Linux on the serial port synchronous and asynchronous communication. Need to be compiled using the gcc command. Unlike Window
uart
- 在ARM9等开发板上调试GSM等串口模块的工具,实现最基本的minicom功能,程序本身会为每条命令加上\r,如果不需要,请自己修改程序,无退格功能。-ARM9 development board such as in GSM and other debugging tools for serial modules, minicom to achieve the most basic functions, the process itself for each command with \ r,
1
- DOS命令下的串口文件传输程序 基于API函数-DOS command under the serial file transfer program is based on API functions
usb_serial
- 串口测试,串口的配置,串口的读写,AT命令的发送-Serial test
linuxchuankou
- 在嵌入式Linux中,串口是一个字设备,访问具体的串行端口的编程与读/写文件的操作类似,只需打开相应的设备文件即可操作。串口编程特殊在于串口通信时相关参数与属性的设置。嵌入式Linux的串口编程时应注意,若在根文件中没有串口设备文件,应使用mknod命令创建,这这里假设串口设备是/dev/ttyS0,介绍一下串口的编程过程。-failed to translate
YL3250_s1l
- Stage 1 app开始执行,首先作系统初始化(汇编语言写);然后做stage 1 app相关初始化,包括获取配置参数、初始化中断和串口、初始化LCD和显示logo,初始化stage 1 app命令等;然后进入stage 1 app命令行或者自动加uboot。-Stage 1 the app is started, the first for the system initialization (assembly language) and then do the stage 1 the a
motor
- 可以通过主窗口弹出多个窗口,具备串口操作功能,可以通过增加相应命令并配合外部驱动电路进行电机控制。-you can control other forms by click the buttons on the main form.It has been run on the Tiny6410 board.
ATcommandGPRS
- 一、 AT命令解释: ATcommand GPRS.rar 1、常用操作 1.1 AT 命令解释:检测Module与串口是否连通,能否接收AT命令; 命令格式:AT<CR> 命令返回:OK (与串口通信正常)(无返回,与串口通信未连通) 测试结果:AT OK -A, AT command interpreter: 1, common operating 1.1 AT command interpreter: Detection Module and
COMHelp
- 通过串口命令进行无线AP切换,并且记录运行时间-Wireless AP switch through the serial port command and record the running time
Wego
- 看门狗程序 安装说明 安装 1.把两个文件(wego.ini、wego.exe)拷贝到要安装的目录 2.正确配置好wego.ini文件 意义为: [Ports_Information] 下面是硬件狗的串口号,一定不要配置错误(如果错了,我不负责) CommPort=1 [Para_Information] 下面是喂狗周期,单位为秒 TokenInternal=10 3.在“COMMAND”(即
serial
- Linux 下串口发收AT命令工具,下发后自动读取AT命令返回情况-Under Linux port to send and receive AT command tool, automatically reads AT commands issued after the return to the situation
serialport_test
- linux命令行多线程串口测试程序,希望对大家有帮助-linux command line multi-threaded serial test procedure
YCKKCB495
- 串口调试帮手,可以连续发送多个命令以及求解命令的CRC,BCC()