CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - serial port a

搜索资源列表

  1. SSVSPM

    0下载:
  2. 直接运行批处理文件install.bat即可. VCP 虚拟串口软件可以将TCP/IP 连接映射成本机的虚 拟COM 口,应用程序通过访问虚拟串口,就可以完成远 程控制、数据传输等功能. VCP特点: 支持多虚拟串口映射 收发采用多线程架构 支持虚拟串口参数同步指 网络断开后自动连接 具有实时虚拟串口数据传输监控 适应范围: 可以将任何使用TCP/IP或UDP广播方式传输数据的 嵌入式设备虚拟成本机的CO
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-05-14
    • 文件大小:3277913
    • 提供者:蔡生
  1. serialOUT_nag

    0下载:
  2. a code which export a letter/array to serial port
  3. 所属分类:matlab

  1. chuankoutongxin

    0下载:
  2. 串口通信的概念非常简单,串口按位(bit)发送和接收字节。尽管比按字节(byte)的并行通信慢,但是串口可以在使用一根线发送数据的同时用另一根线接收数据。它很简单并且能够实现远距离通信。比如IEEE488定义并行通行状态时,规定设备线总常不得超过20米,并且任意两个设备间的长度不得超过2米;而对于串口而言,长度可达1200米。典型地,串口用于ASCII码字符的传输。通信使用3根线完成:(1)地线,(2)发送,(3)接收。由于串口通信是异步的,端口能够在一根线上发送数据同时在另一根线上接收数据。其
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1086
    • 提供者:zhendongzhao
  1. windows_Virtual_COM

    0下载:
  2. windows下虚拟串口设备驱动:(1)串口驱动的入口函数(2)写函数实现(3)读函数实现-windows under a virtual serial port device drivers: (1) the entrance of the serial driver function (2) write function (3) Reading function
  3. 所属分类:Driver Develop

    • 发布日期:2017-04-05
    • 文件大小:8966
    • 提供者:李力
  1. High-speed-serial-port-driver

    0下载:
  2. 本实例的高速串口驱动,以UCOS内核为基础,详细的讲解了UCOS的外部扩展过程!-The examples of high-speed serial port driver to kernel-based UCOS a detailed explanation of the expansion process of the external UCOS!
  3. 所属分类:uCOS

    • 发布日期:2017-03-25
    • 文件大小:450536
    • 提供者:momo
  1. comsource

    0下载:
  2. 这是一个封装得比较完整的串口类,支持同步、异步操作,使用简单高效,具有工业强度,我在BC, BCB, VC, BCBX, GCC下编译通过-This is a relatively complete package-type serial port to support synchronous, asynchronous operation, using a simple high-performance, industrial strength, in my BC, BCB, VC, BCBX
  3. 所属分类:ActiveX-DCOM-ATL

    • 发布日期:2017-03-27
    • 文件大小:56185
    • 提供者:flashvip
  1. 9141130

    0下载:
  2. Using the Serial Port with a MATLAB GUI
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:588809
    • 提供者:tung pham
  1. m12062

    0下载:
  2. Using the Serial Port with a MATLAB
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:105478
    • 提供者:tung pham
  1. SMS

    0下载:
  2. 串口发送内容较长的短信,进行了PDU编码、解码,发送-Serial port to send long text messages, a PDU encoding and decoding
  3. 所属分类:Modem program

    • 发布日期:2017-03-27
    • 文件大小:85364
    • 提供者:apple
  1. PDUSMS

    0下载:
  2. 串口发送内容较长的短信,进行了PDU编码、解码,发送-Serial port to send the contents of a longer text messages, a PDU encoding, decoding, sending
  3. 所属分类:Modem program

    • 发布日期:2017-04-04
    • 文件大小:85523
    • 提供者:apple
  1. Javaserialportdesign

    0下载:
  2. 一个嵌入式系统通常需要通过串口与其主控系统进行全双工通讯,譬如一个流水线 控制系统需要不断的接受从主控系统发送来的查询和控制信息,并将执行结果或查 询结果发送回主控系统。本文介绍了一个简单的通过串口实现全双工通讯的Java类 库,该类库大大的简化了对串口进行操作的过程。 -An embedded system is usually dominated by its serial port full-duplex communication system, such as a pi
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3479
    • 提供者:xiaofeng
  1. Serial_IO

    0下载:
  2. 用C#.NET实现的最简单的串口发送和接收程序,有函数说明。可以整合到应用中去。-Using C#. NET to achieve the most simple procedure to send and receive serial port, a function descr iption. Can be integrated into applications to.
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:3022627
    • 提供者:DavidX
  1. TC35GSMTest

    0下载:
  2. 1.串口连接短信猫后,依次选择串口、点击“开始”、点击“SMSCAddr”,填写手机号码和短信内容后,点击“Send”按钮发送短信。 2.源码可用于研究短信猫的AT指令,PDU编码格式,其中SMSInfo.cs 和 CodingHelper.cs 两个文件是研究PDU编码的关键类 3.整个工程使用了单例模式、委托等技术,编程风格很好,也值得刚毕业的人学习。-1. Serial connection messages after a cat, followed by choice of s
  3. 所属分类:SMS

    • 发布日期:2017-05-04
    • 文件大小:1423791
    • 提供者:赵保龙
  1. VC_serial_port_DLL

    0下载:
  2. VC++语言编写的一个串口dll,可以导出常见的串口函数,如打开串口,读串口等函数以供调用程序使用。-VC++ language, prepared by a serial dll, serial port can be exported common function, such as the open serial port, serial port, such as time for the call function to use.
  3. 所属分类:Communication

    • 发布日期:2017-03-26
    • 文件大小:47735
    • 提供者:李曦
  1. IrCOMM2k-2.0.0-beta3-src

    0下载:
  2. IrComm2k is a virtual COM (serial) port emulator to connect/synchronize mobile phone via IRDA, so in fact the connection is made via IRDA and software uses virtual COM port //Can be used in other purposes t-IrComm2k is a virtual COM (serial) port e
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-25
    • 文件大小:347626
    • 提供者:VVS777
  1. OSTS

    0下载:
  2. 本程序通过串行端口获得心电波形演示数据,然后在程序中显示实时心电波形。波形数据可以时刻调整。-This procedure demonstrated through a serial port to obtain waveform data, and then in the program to display real-time ECG waveform. Waveform data can be time to adjust.
  3. 所属分类:hospital software system

    • 发布日期:2017-03-30
    • 文件大小:218168
    • 提供者:esi
  1. dbrj

    0下载:
  2. 一款用于地磅称重管理的小软件,简单演示了串口和地磅连接读取重量的示例。可以显示皮重,净重 ,有数据库清单。登录密码为 admin-For the management of a small piece of software loadometer weighing, simple demonstration of the serial port and read the weight of the sample loadometer connections. Can display the
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:167081
    • 提供者:weifeng
  1. driver_for_USB_to_serial_port

    0下载:
  2. 通用USB转串口驱动,用于串口下载程序(而现在很多主机和笔记本都没串口),这是需用到,PL2303-Universal USB-serial driver for the serial download (and now a lot of hosts and laptop no serial port), which is need to rely on, PL2303
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2016-01-24
    • 文件大小:4270786
    • 提供者:汪翔
  1. Serial

    0下载:
  2. 一个高效率高兼容的VC 串口代码,比使用控件效率提高很多。简单易用-CSerialEx- Win32 message-based wrapper for serial communications A lot of MS-Windows GUI based programs use a central message loop, so the application cannot block to wait for objects. This make serial communica
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-02
    • 文件大小:22277
    • 提供者:zhao
  1. csharpserialport

    0下载:
  2. 启用键盘快捷键等向串口发送数据控制机器人运动,提供一个开发实例,上位机,下位机,陆续上传!能不能多给点分数-Enable keyboard shortcuts and so on to send data to control robot serial port to provide a development instance, host computer, the next-bit machine, one after another upload! Be able to give poin
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:319302
    • 提供者:renfei
« 1 23 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com