多个串口,最好用多线程,这样比较方便 ,
也可以在一个线程中,一个一个读串口数据! 本源码是从网上收集的,用于保留自己以后使用,同时希望对需要的朋友提供一点学习的资料。
using System;
using System.IO.Ports;
using System.Threading;
using System.Text;
namespace Tangxu.Common
{
多个串口,最好用多线程,这样比较方便 ,
也可以在一个线程中,一个一个读串口数据! 本源码是从网上收集的,用于保留自己以后使用,同时希望对需要的朋友提供一点学习的资料。
using System;
using System.IO.Ports;
using System.Threading;
using System.Text;
namespace Tangxu.Common
{
相关文章: