搜索资源列表
用c语言编写串口程序
- 用c语言编写串口程序 在当今,流行的编程软件种类繁多,它们编程方便、易于维护,但是在与硬 件直接打交道和编制系统软件时却束手无策,于是C语言就有了用武之地。C语言 作为汇编语言与高级语言之间的一种过渡语言,兼有汇编语言的高效和高级语言 的方便。 在通讯中,为了保证行运安全可靠,标准的串行口必须具有许多握手信号和 状态信息。这是因为通讯的各个计算机CPU速度不一样(这会导致“错帧”)以 及发送机发送数据速度比接收机接收速度快(这会导致“过冲”)。为解决这个 问
serialPort1.30
- 一个具有显示关键词功能的串口Trace程序 用C# 编写,设备通过串口打出大量Log时,可以第一时间获取想要的信息。适用于手机等软件的调试。
jnk
- C#软件 在线监测十路温度数据,实现串口数据的接收与处理,将数据分类并存入数据库,并绘制数据曲线-C# Software On-line monitoring of ten channel temperature data to achieve serial data reception and processing, classification and data stored in the database, and drawing data curves
SerialPortMessage
- 用C#写的上位机软件 串口监视器 能够通过设置参数实现串口的监视功能 功能非常的强大-Written in C# PC software Serial Monitor can be achieved by setting the parameters for monitoring serial Function is very powerful
Prima.Comm
- wince下串口蓝牙测试用软件,可以用于扩展等,实现发送传输数据功能。-wince Serial Bluetooth test software can be used for expansion, etc., send transmit data function.
chuankongtongxin
- 串口调试软件和原始工程!希望对初学者有帮助。-Serial debugging software and the original works! Would like to help beginners.
productshow1
- 这个用c#编写的展品统计软件,实现了读取串口数据,将数据统计成展品关注度信息并显示,同时附带串口设置的相关界面。-This statistical software with c# is used to statistical the exhibits int the way recieving from a read serial data into display data and show concern about the degree of information, and the
RFCard
- 基于非接触式IC卡的小软件,实现了串口通讯,读IC卡信息的功能.-Non-contact IC card based on a small software to realize serial communication, read the function IC card information.
ComboBox
- [COMBOBOXDataGridView.rar] - 带有Combox的GridView控件(WinForm),不用自己费劲写了 [COMBOBOXEx1.rar] - COMBOBOXEX+ImageList实现组合框中加载图片 [NET.report.rar] - net report 开发组件,自定义开发报表 [checkcombo.rar] - 组合框的下拉列表包含复选框,即可以在一个组合框里动态选择多个表项。 [GraphicsEditSystem.rar]
COMMonitor
- 用C#写的上位机软件 串口监视器 能够通过设置参数实现串口的监视功能 功能非常的强大-Written in C# PC software Serial Monitor can be achieved by setting the parameters for monitoring serial Function is very powerful
CSharpSerialPortDebugTool
- 串口调试工具,显示机器上所有串口,双击选择某个串口开始发送指令并接收指令(软件会将接收到的数据存入内存,点击刷新才会显示出来)-Serial debug tool to show all the serial ports on the machine, double-click to select a serial port to send commands and receive command start (software will receive the data into memory
WindowsFormsApplication1
- C#编写的串口软件源码,用VS打开,可以直接运行-The serial software source code, written in C# with VS open, can be run directly
wpf-serial
- c# wpf串口通信软件,具有普通串口软件的大部分功能-c# wpf serial communication software, with most of the functionality of an ordinary serial port software
AD转换串口通信
- 89c52的A/D转换测试及串口数据及数码管显示程序,已经调试成功。
C#
- 用C#编写的查看图片软件,介绍了PictureBOX的用法(Prepared by C# view picture software, introduced the use of PictureBOX)
C#直流电机pid调速
- 用C#编写的串口调试软件,下位机在STM32上测试通过,下位机发送数据的格式如printf("%s%f%s%f%s",":"x1":"x2":")单片机串口发送数据(Written in C# serial debugging software, the lower computer on the STM32 test passed, the lower machine to send data format, su
STM32_RC522串口通讯
- C#编写的上位机软件,源代码。应用于串口通讯控制STM32对RC522读写卡操作(C# prepared by the host computer software, source code. Applied to serial communication control, STM32 read and write card operation on RC522)
C#串口
- C#编写的串口上位机软件,可做下位机控制。(C# serial PC software can be used to control the lower computer.)
串口助手2
- 串口调试助手,c#写的,带有源码,功能很实用,软件小巧方便,很适合单片机工程师(Serial debug assistant, c# write, with source code)
Android串口调试软件源码
- Android串口调试软件源码,亲测可用,适合初学者