CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程 搜索资源 - parameter

搜索资源列表

  1. 串口通信控件ApexComm

    0下载:
  2. 提供串口通讯参数设置接口,控制方式设置接口,传递和接收数据手段控件是在VC++6.0下开发的-provide serial communication interface parameter setting and control settings interface, transmit and receive data means control of the VC 6.0 development
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:79.85kb
    • 提供者:叶鸿铭
  1. 232_how

    0下载:
  2. 在vb.net 中如何使用计算机的串口,参数设置,打开,关闭-in vb.net how to use the computer serial port, parameter setting, opening, closing
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:19.07kb
    • 提供者:shencai
  1. SerialPort

    0下载:
  2. 提供了一个通用的串口类,完成串口的参数设置,输入输出等。-Provides a common serial port class to complete the serial port parameter settings, input and output.
  3. 所属分类:Com Port

    • 发布日期:2017-04-06
    • 文件大小:6.8kb
    • 提供者:craig
  1. Analogmeter

    0下载:
  2. 模拟电表软件,主要模拟电表数据、遥测数据、参数修改、报文显示、可以模拟2个电表(可以自行修改增加),最终通过RS232转485输出-Analog meter software, the main analog meter data, telemetry data, parameter modification, message displays, you can simulate two meters (which can be modified to increase its own), th
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:98.42kb
    • 提供者:stronger
  1. Project1.vbp

    1下载:
  2. 实时数据采集与控制系统可以通过串口通讯方式与下位机进行通讯,控制实验操作,参数设置和试验数据采集和保存。-Real-time data acquisition and control system of communication through the serial port to communicate with the next crew, control experimental operation, parameter setting and test data collection
  3. 所属分类:Com Port

    • 发布日期:2017-03-28
    • 文件大小:49.65kb
    • 提供者:何林
  1. UART_51

    0下载:
  2. 串口设置:包括初始化及应用;串口调试方面直接能用上-// This sample uses the UART to communicate with a PC. Therefore it sets up the internal // Baud Rate Generator (BRG). The LPC900 receives a command ( S ), sent by the PC and // sends out a response, which can be display
  3. 所属分类:Com Port

    • 发布日期:2017-04-11
    • 文件大小:1009byte
    • 提供者:罗岳
  1. chuankoutongxin

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

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

    0下载:
  2. USB转CAN适配器主程序 很实用,方便 但需要进行具体参数设置-USB to CAN adapter main program is very useful, but to facilitate the need for a specific parameter setting
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:1.27kb
    • 提供者:称浩南
  1. Serialport

    0下载:
  2. C#语言实现单片机与PC机的串口通讯,用API函数编写,已经实现数据的接收功能。可以实现串口参数的设置,功能齐全。-C# language implementation SCM and PC,serial communications, using API functions written in the data reception has been achieved. Serial port parameter settings can be achieved,full featured.
  3. 所属分类:Com Port

    • 发布日期:2017-03-29
    • 文件大小:113.36kb
    • 提供者:ranran
  1. SerialApp

    0下载:
  2. 采用C++语言编写,可以实现两台电脑之间的通讯。文件传输,信息发送功能。首先进行串口参数设置。再实现通讯。-Using C++ language, you can realize the communication between two computers. File transfer, messaging capabilities. First of all serial port parameter settings. Re-implementation communication.
  3. 所属分类:Com Port

    • 发布日期:2017-05-19
    • 文件大小:5.12mb
    • 提供者:xc
  1. rfid_vc

    0下载:
  2. /Initial COM m_ctrlComm.SetCommPort(1) //选择com1 m_ctrlComm.SetSettings("9600,n,8,1") //通信参数设置 波特率9600,无校验,8个数据位,1个停止位 m_ctrlComm.SetInBufferSize(1024) //指定接收缓冲区大小 m_ctrlComm.SetRThreshold(1) //参数1表示每当串口接收缓冲区中有多于或等于1个字符时将引发一个接收数据的OnComm事件
  3. 所属分类:Com Port

    • 发布日期:2017-04-01
    • 文件大小:1.08kb
    • 提供者:leesun
  1. VBUsartSet

    0下载:
  2. 通过计算机串口与目标机器通讯,传输数据,进行数据查询与参数设置,简单、易懂、实用。-With the target machine through the computer serial port communication, data transmission, data retrieval and parameter settings, simple, understandable and practical.
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:10.77kb
    • 提供者:许小小
  1. SCommTest

    0下载:
  2. RS232串口编程,可实现参数设定,欢迎下载-RS232 serial port programming, parameter setting can be achieved
  3. 所属分类:Com Port

    • 发布日期:2017-05-15
    • 文件大小:3.57mb
    • 提供者:秦金龙
  1. VC

    0下载:
  2. DWORD ReadIntervalTimeout 两字符之间最大的延时。当读取串口数据时,超过该时间,将返回现有的数据。为0参数不起作用-DWORD ReadIntervalTimeout the largest delay between the two characters. When reading the serial data over the time, will return the existing data. 0 parameter does not work
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:2.95kb
    • 提供者:HUA
  1. cPP

    0下载:
  2. C++串口通讯,源码函数完成了串口的打开,读写操作。有详细的函数、参数说明。-C++ serial communication, serial port complete source function to open, read and write operations. Detailed function of the parameter.
  3. 所属分类:Com Port

    • 发布日期:2017-04-07
    • 文件大小:3.22kb
    • 提供者:眉心
  1. serial

    0下载:
  2. 串口调试VB界面,设置参数,发送和接受数据,简单的界面,调试串口-Serial debug VB interface, parameter setting, send and receive data, simple interface, serial debugging
  3. 所属分类:Com Port

    • 发布日期:2017-04-05
    • 文件大小:7.77kb
    • 提供者:殷灵
  1. modbus

    0下载:
  2. modbus 通讯测试,包括详细的代码,参数设置和跟踪通讯过程。-modbus communication tests, including a detailed code, parameter settings and track the communication process.
  3. 所属分类:Com Port

    • 发布日期:2017-04-08
    • 文件大小:409.6kb
    • 提供者:王海
  1. VCCOMM

    0下载:
  2. 对RS-232-C串行端口进行参数配置是使用串口进行通讯的必要条件。而且由于场合不同、用途、功能的不同对串口也采取不同的配置方式,为了使本程序更灵活,适应面更广,采取将所有的可能参数都预先设置在几个组合框中,可以在程序运行后随时更改设置-On the RS-232-C serial port for parameter configuration is to use the serial port to communicate the necessary conditions. And beca
  3. 所属分类:Com Port

    • 发布日期:2017-04-04
    • 文件大小:251.61kb
    • 提供者:XU
  1. async_transmitter

    0下载:
  2. 使用Verilog编写串口发送16bits,内含补码运算;参数化编写。-verilog uart 16bits transmitter two s complement parameter code
  3. 所属分类:Com Port

    • 发布日期:2017-11-14
    • 文件大小:1.49kb
    • 提供者:杨毅
  1. SComm-Test

    0下载:
  2. 串口通讯:包含串口参数设置、串口数据接收处理及显示,串口数据发送-Serial Communications: Includes serial parameter settings, serial data reception processing and display, serial data transmission
  3. 所属分类:Com Port

    • 发布日期:2017-05-14
    • 文件大小:3.3mb
    • 提供者:珞白
« 12 »
搜珍网 www.dssz.com