搜索资源列表
communicationfunctiontesting
- 该程序的功能是利用BIOS的INT 14H号功能调用,将指定的数据从串行口发送出去。在发送过程中,程序不断检测通信线路状态,只有在“发送保持寄存器空”的情况下才发送下一个字符。 整个程序有主函数MAIN()及三个函数SEND(),INIT(),LINETEST()组成。MAIN()是程序的入口并控制数据的发送;INIT()函数提供对串行异步通信的初始化;SEND()函数将指定数据逐一发送出去;LINETEST()函数用于在发送数据前检测通信线路状态。 利用BIOS 功能调用进行串行异步
Comm
- 在C#.net平台上实现串口通信编程 并可以通过串口实现收发数据
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.
XF_GPS
- 通过C#编程,实现串口通信和GPS定位,并显示定位结果-C# programming, serial communication and GPS positioning and positioning results
chuankou
- 在VC环境下利用MFC编程的一个串口通信程序,通过串口发送数据并在界面中显示曲线-In VC MFC programming environment using a serial communication program, and send data through the serial interface display curve
1233
- C#中使用SerialPort类实现简单串口编程 .NET提供了SerialPort类进行串口通信,使用很简单,连我这个.NET新手也能很快上手.以下是从网上找到并自己修改后的参考代码: -C# using SerialPort class implements a simple serial programming. NET SerialPort class provides a serial communication, very simple to use, even my. N
SerialComMaster
- 测试串口通信,并带有graphic的使用-Test serial communication, and with the use of graphic
gsm
- 实现计算机与GSM模块之间的串口通信。并实现了短信的收发和打电话功能-Realize the computer serial port communications between the GSM module, and can achieve the function to send and receive text messages
TcpTest
- 双进程实现TCP收发信息,程序主要完成双机通信功能,使用TCP协议,分两个模块(TcpSender,TcpReceiver),由TcpSender向指定IP和端口发送数据,之后TcpReceiver接收并解码显示到文本框中.-Dual-process achieve TCP send and receive information, the program mainly to complete the two-machine communication capabilities, using t
rs232-communition
- 232的串口通信程序。单片机不仅仅只有并口会用,串口也要熟悉,这是本人使用过的程序,希望有用。-232 serial communication program. SCM will be used is not the only parallel, serial, but also familiar, this is the program I used, I hope useful.
smcomm
- VB串口通信程序,可以读取串口并显示保存数据,且能显示数据曲线-VB serial communication program that can read and display the stored serial data, and can display data curve
Serial_Digital_Scope-V2
- 串口示波器,通过串口接收数据并显示采集信号波形,获取通信协议方法:打开软件-> 点击帮助->里面有通信协议.-Via a serial port receives the data and A serial port oscilloscope,display the collected signal waveform, access to communication protocol method: open the software- > click help- > t
Dataview
- 船载,设定航行方向,根据航行的实时角度,给出偏移量,并可以显示左偏还是右偏,为舵手提供方向参考。程序主要包含串口通信、图表显示,在VS2013环境下开发。-Ship, set sail direction, based on real sailing angle, offset is given, and can display the left side or right side, as the helmsman to provide direction reference. Program
C#写的串口通信源代码
- 1. 利用C#编写的串口通信工具 2. 源代码全部公开 3. 可以作为上位机通信的前端入口,并进行二次开发 4. 解决方案文件chuankou.sln 5. 编译成功文件chuankou.exe