搜索资源列表
基于C语言的RS232串行接口通信实现
- 串口通信是一种广泛使用且实用的通信方式,介绍RS232串行通信的联结方式,研究利用c语言编程实 现RS232串行通信的过程.结合实际应用,在约定双方串行通信协议的基础上,运用C语言开发的串行通信软 件,实现了企业生产线产品测试平台和嵌入式EMB主控机的串行数据通信.
基于C#与Access数据库的串口通信
- 采用C#开发,实现Access数据库的串口通信
serialport
- 一个比较完整串口通信程序Csharp源代码,C#串口通信源码,是一个完整的工程,很有参考价值-A relatively complete source code of serial communication program Csharp, C# serial communication source, is a complete project, a good reference
RS232
- 用C#通过RS232来实现串口通信,并可对数据实现解析,供用户根据需求查看数据内容,并且可对数据进行分类查询。-To use C# to achieve through the RS232 serial communication, and can achieve resolution of the data for users to view data on demand content, and can classify the data query.
DataRefer
- C#编程实现了嵌入式主机上的串口通信的实例 绝对好用源码 -C# Programming embedded host of examples of serial communication is absolutely easy to use source
RS232
- 串口调试工具源码,为C#程序,即可做工具使用也可学习Com通信 -Serial source debugging tools for the C# Procedures can do tool can also be used to study Com Communications
Read_CardInfo
- 串口通信c#源码,使用vs的serialport类实现串口通信-Serial Communication c# Source, use the serialport category vs Serial Communication
serial
- 可以在ebox4300平台下的wince6.0下实现与电脑的串口通信,基于c#的串口类实现,简单实用-Ebox4300 platform can be achieved under the wince6.0 serial communication with the computer, based on the c# serial port class implements a simple and practical
CsharpserialPort
- 是我在使用时临时做的一个C#串口通信程序,希望能给大家帮助-this is aC# serial port communication routines,which has a relationship with tx and rx,vs2005 debug run.Although it is not so perfect,welcome to download and leave some suggestion.
SerialPortTerminal
- C# 写的串口通信程序,很有参考价值,可以设定打开的端口和参数-C# to write the serial communication program was useful and can be set to open the ports and parameters
Form1
- 用C#编写的串口通信程序,能自动扫描当前PC机有那几个端口有用,能接受和发送数据。程序简单,易懂-Written with C# serial communication program can automatically scan the current PC, there are several ports that useful, to receive and send data. Process simple, easy to understand
cSharp
- C# 串口通信,C#编的串口小程序,希望对初学C#串口编程的童鞋有所帮助-Serial Communication C#, C# Code serial procedures, we hope to help the beginner C# serial programming children' s shoes
ComTest C#2010
- 通过串口与三菱PLC进行通讯,能读取、写入各个软元件。(Through serial port and MITSUBISHI PLC communication, can read, write to each soft component)
C#编写串口程序(详细教程)
- C#通信基础,串口通信,详细教程,初学者入门(C# communication base)
barcodeTry
- 串口通信,C#,winform窗口,可实现一个小的串口助手的程序。(Serial communication, C#, WinForm window, can implement a small serial port assistant program.)
串口助手
- C#代码实现简单的串口通信,可与下位机进行数据传输(C# code realizes simple serial communication, and data transmission can be carried out with the lower computer)
C#写的串口通信源代码
- 1. 利用C#编写的串口通信工具 2. 源代码全部公开 3. 可以作为上位机通信的前端入口,并进行二次开发 4. 解决方案文件chuankou.sln 5. 编译成功文件chuankou.exe
SerialPortAssistant_V1.5
- 用于单片机与上位机串口通信,方便测试和调试单片机程序。开发环境vs2017,十六进制发送接收,自动定时发送,自动串口检测更新等功能。(It is used for serial communication between single chip computer and host computer to test and debug the program of single chip computer conveniently. Development environment vs2017,
C#串口通讯
- 用于与下位机进行串口通讯,RS-232这种适配于上位机和PC端进行连接,RS-232只限于PC串口和设备间点对点的通信。它很简单的就可以进行连接,由于串口通讯是异步的,也就是说你可以同时向两端或者更多进行数据发送,它们之间的传输数据类型是byte,串口通信最重要的参数是波特率、数据位、停止位和奇偶校验。
C#串口通信源码
- C#串口通信源码,可用作单片机或者其它嵌入式设备的串口上位机。