CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 C#编程 搜索资源 - baud

搜索资源列表

  1. SerialPort

    0下载:
  2. 用C#编写的一个串口调试助手,通讯端口可选,波特率可调,校验方式可选-Written in C# using a serial debugging assistant, communication ports optional, adjustable baud rate, parity mode optional
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:53.22kb
    • 提供者:slk
  1. SMS

    0下载:
  2. C#手机信息*SMS程序,VS2008的项目,可设置通信端口、波特率、对方手机号等,本程序需要连接服务器。 -C# Mobile Information bulk SMS program, VS2008 project, you can set the communications port, baud rate, the other phone number, etc., the program needs to connect to the server.
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:21.41kb
    • 提供者:jack
  1. LSD-TEST430F5438-01-CRC1.c

    0下载:
  2. ** 串口初始化顺序: ** 1、置位UCSWRST ** 2、配置UCAXCTL0、UCAXCTL1 ** 3、波特率设置 ** 4、使能接收或发送中断-** Initialize serial order:** 1, Set UCSWRST** 2, configuration UCAXCTL0, UCAXCTL1** 3, the baud rate settings** 4 so that it can receive or send interrupt
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:2.32kb
    • 提供者:guochangshou
  1. SerialPortInterfacing

    0下载:
  2. This code helps users to connect their devices to serial port and get or send data at variable baud rate
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:40.94kb
    • 提供者:afnan
  1. DialUp

    0下载:
  2. 配置DialUp.exe.config 这个是文本文件,有记事本就可以打开. ComCount 端口个数,默认是1,如果有多个则设置为modem个数 Com_1_PortNum 端口一的名称 一般为 COMx 在刚才看到的上有 Com_1_BaudRate 波特率,也就是最大端口速度,填上去就好. 其它几项可以不用改. 如果有多个modem,则第二个端口配置key如下: Com_x_PortNum 如 Com_2_PortNum 其它相同填
  3. 所属分类:CSharp

    • 发布日期:2016-01-27
    • 文件大小:101kb
    • 提供者:闻香识女人
  1. 4

    0下载:
  2. 本实验的实现功能:上电后模块向电脑串口发出问候语,由串口向模块发送不大于30个字符的字符串,末尾加#结束,模块会返回相同的字符串,波特率为57600。适用于zigbee开发。-Implementation features of this experiment: After power module to the computer serial port greeting sent by the serial port to the module sends no more than 30 ch
  3. 所属分类:CSharp

    • 发布日期:2017-04-16
    • 文件大小:21.55kb
    • 提供者:wangjiangbo
  1. ComTool

    0下载:
  2. C# winfrom 实现串口调试, 可选端口,波特率, 可自发自收(串口线短路) ,仅供参考-C# winfrom debug serial port, optional port, baud rate, can spontaneously self-closing (serial line short-circuit), for reference only
  3. 所属分类:CSharp

    • 发布日期:2017-03-30
    • 文件大小:58.3kb
    • 提供者:侯永杰
  1. CSharp-serialport

    0下载:
  2. C# 串口助手,支持多种波特率,可自动发送,保存文档 输出-C# serial Assistant, to support a wide range of baud rate can be automatically transmitted to save the document output
  3. 所属分类:CSharp

    • 发布日期:2017-11-08
    • 文件大小:6.59mb
    • 提供者:sd123
  1. WorkProcessDemo2013-5-26

    0下载:
  2. 选取串口 选取波特率 选取管径, 然后点击开始工作 设置区变灰,然后工作区的第一个地址栏可自动补齐14位,少的补F-Select the serial port baud rate selection select diameter, and then click the Settings area grayed start working, and then the first one workspace address bar autocomplete 14, less complement
  3. 所属分类:CSharp

    • 发布日期:2017-11-18
    • 文件大小:57.96kb
    • 提供者:曹操
  1. serial_port_utility_latest

    0下载:
  2. C#串口助手源代码,可实现多串口选择,波特率设置和数据收发监控-C# source code for serial assistant, multi-port selection, set the baud rate and data transceiver monitoring
  3. 所属分类:CSharp

    • 发布日期:2017-05-29
    • 文件大小:11.52mb
    • 提供者:tample
  1. COMshow

    0下载:
  2. 串口数据采集实时显示程序 本程序使用VC6.0的通用串口控件MSCOMM32.OCX来对发送到串口的数据进行采集处理。主要使用方法 串口设置:m_Comm.SetSettings(“波特率,校验方式,数据位数,停止位数”) 取串口数据:m_Comm.GetInput() 你只首先要确定一个mscomm32.ocx控件在system目录下并且该控件已经被windows注册,本程序才能正常运行。-Serial data acquisition in real time display
  3. 所属分类:CSharp

    • 发布日期:2017-05-12
    • 文件大小:2.47mb
    • 提供者:阿飞
  1. csharpjktest

    0下载:
  2. C#通讯调试工具v3.0测试版源码,可对COM串口发送参数高度,显示波特率等。定义了辅助键的名称(将数字转变为字符以便于记忆,也可去除此枚举而直接使用数值)-Communication C# source code debugging tools v3.0 beta can be sent to the COM port parameters height, display the baud rate and so on. Defines the name of the modifier key
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:595.45kb
    • 提供者:wpudn5
  1. CSharpSMSAT

    0下载:
  2. C# 串口 AT指令实现短信发送与读取等,连接短信输入短信中心号码,设定通信端口,设定波特率,连接后即可使用AT指令发送短信,基本操作可实现查询中心号、SIM卡号、设置中心号、测信号强度、清除显示区域等功能-C# serial AT commands to send and read messages realization, connected text input SMS center number, set the communications port, set the baud rat
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:109.7kb
    • 提供者:ypudn58
  1. 161004cothv00cc27wm7yy

    0下载:
  2. 1、可选字符发送和HEX发送 2、可选字符显示和HEX显示 3、用于串口调试,支持常用的110-256000波特率,能设置端口参数 4、能以字符或十六进制收发数据,真正支持中文字符的收发 5、支持文件数据的发送 6、允许设置发送周期,自动发送数据-1, the optional send and HEX characters 2, the optional display and HEX characters 3, for a serial port debuggin
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:94.79kb
    • 提供者:凯凯
  1. TS8900-M149

    0下载:
  2. MSP的串口通信,可以实现在不同波特率情况下的串口的通信。-MSP serial communication can be achieved in different situations baud serial communications.
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6.01mb
    • 提供者:叶水凡
  1. SERIAL

    0下载:
  2. 串口通信程序,包括端号、数据问、波特率等的设置选择-Serial communication program, including end numbers, data and asked, baud rate and other settings to select
  3. 所属分类:CSharp

    • 发布日期:2017-04-28
    • 文件大小:395.43kb
    • 提供者:李日和
  1. RS232Test

    0下载:
  2. C#Rs232通信程序,完整的通信代码,波特率、停止位、校验位可配置。-C# Rs232 communication program, complete communication code, baud rate, stop bits, parity bit can be configured.
  3. 所属分类:CSharp

    • 发布日期:2017-05-23
    • 文件大小:6.72mb
    • 提供者:方俊辉
  1. RS232

    0下载:
  2. 使用串口调试助手(Baud 4800、数据位8、停止位1、效验位无)做为上位机来接收单片机串口所发的信息,观察串口调试助手接收窗口-The use of serial debugging assistant (Baud 4800, 8 data bits, 1 stop bit, no efficacy bit) as the host computer to receive information issued by the microcontroller serial port, seria
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:788.8kb
    • 提供者:秦龙
  1. PC

    0下载:
  2. 单片机与上位机进行串口通信,通过设置波特率以及校验位等-MCU and PC serial communication, by setting the baud rate and parity bit etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-30
    • 文件大小:136.92kb
    • 提供者:杨简
  1. Multi-thread-serial-communicati

    0下载:
  2. VC/C++源码,系统相关,串口通讯类,多线程  一个多线程的VC++串口通讯实例,选择本机可用的串口,可同进打开多个可用的串口,还可以设置数据位、停止位、校验、波特率,往指定端口发送接收数据等。VC6.0编译通过。 -VC/C++ source code, related system, serial communication, multi thread of a multi-threaded VC++ serial communication example, the serial po
  3. 所属分类:CSharp

    • 发布日期:2017-05-11
    • 文件大小:2.41mb
    • 提供者:陈广龙
« 12 »
搜珍网 www.dssz.com