CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 系统编程 搜索资源 - 串口 命令

搜索资源列表

  1. sct-1.05.tar

    0下载:
  2. 应用平台 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
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:86.24kb
    • 提供者:王浩
  1. bootloader

    0下载:
  2. ⑴ 提供简单命令 A、通过串口加载程序到指定内存 B、将程序烧写到 NANDFLASH 指定位置 C、LCD 操作函数 I、画点 II、画线 III、画圆 IV、显示图像 ⑵ bootloader 具备自我更新能力 ⑶ bootloader 可以启动 LINUX ⑷ 能通过网络传输文件(FTP/UDP)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2008-10-13
    • 文件大小:88.15kb
    • 提供者:tianshanjin
  1. SerialCmd

    3下载:
  2. 命令行串口工具 这样就可以通过在Windows下用记事本编辑bat批处理文件我灵活的向串口发送和接收数据,简单点他就是一个命令行的串口调试助手,这样就支持bat比较灵活.可以批量向单片机或者ARM , DSP 发命令
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:15.57kb
    • 提供者:Alex Wang
  1. linux_serial_sms1

    2下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:75.79kb
    • 提供者:马逸
  1. port_dll

    0下载:
  2. 一个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
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-02
    • 文件大小:41.62kb
    • 提供者:781
  1. shortmessage121603

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-02
    • 文件大小:7.38kb
    • 提供者:马逸
  1. uclinux

    0下载:
  2. Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:2.07mb
    • 提供者:张玉荣
  1. Comm

    0下载:
  2. 在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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:7.24kb
    • 提供者:cr4315
  1. uart

    0下载:
  2. 在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,
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:2.07kb
    • 提供者:Fish
  1. 1

    0下载:
  2. DOS命令下的串口文件传输程序 基于API函数-DOS command under the serial file transfer program is based on API functions
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:1.46kb
    • 提供者:guaxiaofeng
  1. usb_serial

    0下载:
  2. 串口测试,串口的配置,串口的读写,AT命令的发送-Serial test
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:1.96kb
    • 提供者:
  1. linuxchuankou

    0下载:
  2. 在嵌入式Linux中,串口是一个字设备,访问具体的串行端口的编程与读/写文件的操作类似,只需打开相应的设备文件即可操作。串口编程特殊在于串口通信时相关参数与属性的设置。嵌入式Linux的串口编程时应注意,若在根文件中没有串口设备文件,应使用mknod命令创建,这这里假设串口设备是/dev/ttyS0,介绍一下串口的编程过程。-failed to translate
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-31
    • 文件大小:28.61kb
    • 提供者:周明成
  1. YL3250_s1l

    0下载:
  2. 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-08
    • 文件大小:1.58mb
    • 提供者:wanglei
  1. motor

    0下载:
  2. 可以通过主窗口弹出多个窗口,具备串口操作功能,可以通过增加相应命令并配合外部驱动电路进行电机控制。-you can control other forms by click the buttons on the main form.It has been run on the Tiny6410 board.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-03
    • 文件大小:1.44mb
    • 提供者:duzhaoguo
  1. ATcommandGPRS

    0下载:
  2. 一、 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
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-07
    • 文件大小:11.09kb
    • 提供者:jason
  1. COMHelp

    0下载:
  2. 通过串口命令进行无线AP切换,并且记录运行时间-Wireless AP switch through the serial port command and record the running time
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-26
    • 文件大小:13.81kb
    • 提供者:chenjinniu
  1. Wego

    0下载:
  2. 看门狗程序 安装说明 安装 1.把两个文件(wego.ini、wego.exe)拷贝到要安装的目录 2.正确配置好wego.ini文件 意义为: [Ports_Information] 下面是硬件狗的串口号,一定不要配置错误(如果错了,我不负责) CommPort=1 [Para_Information] 下面是喂狗周期,单位为秒 TokenInternal=10 3.在“COMMAND”(即
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-09
    • 文件大小:17.1kb
    • 提供者:dinny
  1. serial

    0下载:
  2. Linux 下串口发收AT命令工具,下发后自动读取AT命令返回情况-Under Linux port to send and receive AT command tool, automatically reads AT commands issued after the return to the situation
  3. 所属分类:Driver develop

    • 发布日期:2017-04-12
    • 文件大小:1.32kb
    • 提供者:刘其峰
  1. serialport_test

    0下载:
  2. linux命令行多线程串口测试程序,希望对大家有帮助-linux command line multi-threaded serial test procedure
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-15
    • 文件大小:7.02kb
    • 提供者:马博
  1. YCKKCB495

    0下载:
  2. 串口调试帮手,可以连续发送多个命令以及求解命令的CRC,BCC()
  3. 所属分类:系统编程

    • 发布日期:2017-12-31
    • 文件大小:116kb
    • 提供者:CCCqblv%21247
搜珍网 www.dssz.com