搜索资源列表
串口调试助手.net版 原工程
- 串口调试助手,设计多线程技术,GDI绘图技术,serialPort类详细使用技术
SerialPort
- VB.NET 串口开发案例,适合vb初学者入门学习-VB.NET serial development of the case, suitable for beginners to start learning vb
VB.NETSerialPort
- SerialPort For VB.net
SerialPortTerminal
- demonstation of how to use the SerialPort control that is part of .NET 2.0
C# 串口调试小助手(有源码)
- C#中串口通信编程 收藏 本文将介绍如何在.NET 平台下使用 C#创建串口通信程序, .NET 2.0 提供了串口通信的功能, 其命名 空间是 System.IO.Ports。这个新的框架不但可以访问计算机上的串口,还可以和串口设备进 行通信。 我们将使用标准的 RS 232 C 在 PC 间通信。它工作在全双工模式下,而且我们不打算使用 任何的握手 或流控制器,而是使用无 modem 连接。 命名空间 System.IO.Ports 命名空间中最重用的是 SerialPort 类。 创建 S
