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

搜索资源列表

  1. CommTest

    0下载:
  2. 使用VC访问串口,指定串口波特率,起始位和终止位,连续读取,十六进制数据显示
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:34475
    • 提供者:zy
  1. Msmulticomms.rar

    0下载:
  2. 串口读取 DLL打包 方便修改和使用 是学习的好范例,MSCON
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:256498
    • 提供者:yangjian
  1. UserCertification

    0下载:
  2. Windows登陆后自动运行,锁定windows桌面及系统热键,并从串口读取登陆信息,从数据库中验证并登陆。-Windows automatically run after landing, locking windows desktop and system hotkey and login information from the serial port to read from the database to verify and landing.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:732501
    • 提供者:天下无双
  1. modbus

    0下载:
  2. modbus rtu协议 linux 平台的实现.读取相关配置文件信息.通过串口发送数据.-modbus rtu protocol linux platform. read the configuration file information. send data through serial port.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-23
    • 文件大小:220589
    • 提供者:Daniel
  1. usbandasm

    0下载:
  2. 在Linux中,文件是抽象的,Linux已将几乎所有的东西都 按文件来对待,所以就可以像操作普通文件那样去打开、关 闭、读取和写入不同的终端设备。Filesystem Hierarchy Standar (FHS)是Linux遵循的文件目录的命名和架构标准,在此文件 系统层次结构中,Linux所有的设备以设备文件名的方式存放 在目录/dev下,USB到串口转接器的设备文件为ttyUSB0。如 果使用多口转接器或USB hub,则相应设备文件依次为 ttyUSB1、tt
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-27
    • 文件大小:127403
    • 提供者:郝冠男
  1. serial

    0下载:
  2. 该源码是linux下的串口读写程序,本人在debian下用GCC已编译通过,其中包含了串口的打开、设置、读取等内容。- The source code is read and write serial port under linux procedures under debian, I have compiled through the use of GCC, which includes the opening of the serial port, set, read and so on
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:1677
    • 提供者:郑国锋
  1. ComState2.9

    0下载:
  2. 在进行监测的时候,从串口读取的大量的数据过于繁重,通过设计的辅助监测程序可以实现对各个节点的上报数据进行辅助监测-When conducting surveillance, from the serial port read large amounts of data is too heavy, by designing the auxiliary monitoring procedures can be achieved on each node to report data for auxi
  3. 所属分类:Windows Kernel

    • 发布日期:2017-05-24
    • 文件大小:7875461
    • 提供者:于禾
  1. arm_gps

    0下载:
  2. arm通过串口读取GPS OEM板的数据。-arm through the serial port to read GPS OEM board data.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:3173
    • 提供者:lzw
  1. mapan

    0下载:
  2. 一个串口的码盘读取程序,包括实时的曲线显示功能,包含了串口编程的基本方法。-A serial encoder reading process, including real-time curve display, including the basic approach of serial programming.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-09
    • 文件大小:2159515
    • 提供者:吕杰
  1. VxWorks

    0下载:
  2. vxworks 下的串口通信的实现 详细介绍了 读取 传送 配置 等 是很不错的一篇文章 可以供需要的学习-serial
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:148550
    • 提供者:yatang
  1. ckjs

    0下载:
  2. linux操作系统下,实现从串口读取数据的功能,编译通过,已测试-linux operating system, read data from a serial port functions, compile, have been tested
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-13
    • 文件大小:1934
    • 提供者:武强
  1. ser

    2下载:
  2. QNX下串口跟PLC串口通讯,PLC为三菱Q系列,读取PLC内存-PLC serial communication in QNX/unix/linux
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:1498
    • 提供者:Robert
  1. CanTest

    1下载:
  2. 本人的实验代码,CAN总线数据转换成串口数据,进行读取的实例-My experimental code, CAN bus data into serial data, for example read
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:39144
    • 提供者:aaaa
  1. read

    0下载:
  2. linux下串口的读取,主要描述了怎样通过串口读取数据的-read under linux serial, describes how to read data through the serial port
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:1133
    • 提供者:付艳生
  1. comm_IO_port.tar

    0下载:
  2. Linux2.6.36内核环境下一个简单的通用IO端口读写驱动,支持多个应用程序同时读写。包含驱动编译的makefile,应用层测试程序和使用说明。驱动程序包含了详细注释,便于学习。apps_cmos.c是读取cmos时间的应用程序;在串口的4、7针上接LED,执行apps_serial.c可以观察到LED的闪烁。-A common driver for reading and writing the IO port under the kernel version of 2.6.36.Make
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-04
    • 文件大小:6989
    • 提供者:liujingsong
  1. dqcksj

    0下载:
  2. 下面是一个简单的读取串口数据的例子,使用了上面定义的一些函数和头文件-Here is a simple example of reading data from serial port, using the above definition of some of the functions and header files
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-05
    • 文件大小:576
    • 提供者:lyls
  1. Unit1

    0下载:
  2. 硬盘序列号读取 可读串口硬盘 已经调试通过-hard disk sequence input stream
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-13
    • 文件大小:1712
    • 提供者:李生先
  1. PekingMonitor

    0下载:
  2. 串口连接监控设备、读取数据后显示。配置文件的读取使用,自定义加解密-Serial port monitoring devices, read data after the show. Read the configuration file to use custom encryption
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-17
    • 文件大小:458692
    • 提供者:baihao
  1. uart_read

    0下载:
  2. linux 下的串口的读取底层程序,也可在android上跑(Serial read the underlying program)
  3. 所属分类:Linux/Unix编程

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:往昔已逝丶
  1. final-Serial

    0下载:
  2. windows串口控制,有串口打开,串口数据读取,串口数据发送,清空串口缓存等程序(Windows serial port control, including serial port open, serial port data reading, serial port data sending, clearing up serial port cache and so on.)
  3. 所属分类:系统编程

    • 发布日期:2018-05-03
    • 文件大小:43763712
    • 提供者:likeworld
« 12 3 »
搜珍网 www.dssz.com