Found 45521 threads
-
0 投票
使用serialport的问题
... -
0 投票
我想要一个用C# 2.0 通过 SerialPort控件(不用SerialPort控件也行,用串口通信)接收GPS(只是$GPGGA
我想要一个用C# 2.0 通过 ...已答复 | 2 回复 | 17696 浏览次数 | Created by msdnq_dotnet - 2007年8月2日 5:49 | 上次回复 : anothesomeonelse - 2007年11月21日 3:19 -
0 投票
如何读取SerialPort 缓冲区的值?
_serialPort = new SerialPort(); // Allow the user to set the appropriate properties. -
0 投票
c# serialport控件传递句柄给VC DLL接口的方法
VC DLL接口的声明里有Query(HANDLE hComm,int nUnitNo)其中第一个参数 ... -
1 投票
Serialport 和 ProgressBar
还是使用Serialport.Write(Byte[], Int32, ...已答复 | 3 回复 | 5998 浏览次数 | Created by raphaelkino - 2013年8月5日 9:54 | 上次回复 : raphaelkino - 2013年8月6日 9:31 -
0 投票
如何将SerialPort.read读到的数据赋给一个动态数组(C#)
先读入byte[]中: byte[] ds=new byte[1024]; int ... -
0 投票
serialport 的使用及显示
你好, 请参考MSDN文档,关于serialport的使用: http://msdn.micro ... -
0 投票
serialport串口接收数据时,数据流被截断
下位机通过串口上传一组数据,数据格式大概是这样的, ...已答复 | 2 回复 | 5208 浏览次数 | Created by liaohailong_9 - 2016年5月5日 1:39 | 上次回复 : Bill Chung - 2016年5月13日 20:40 -
0 投票
求助,关于serialPort串口通讯的问题
或是你设置后,多发一个无用字节先,比如00或ff2011 c# mvp China.问题 | 3 回复 | 11531 浏览次数 | Created by hw169 - 2008年11月8日 6:32 | 上次回复 : George.Wuyazhe - 2011年4月14日 1:41 -
0 投票
C#调用C++ DLL,C++ DLL向C#发消息。
C++ ...已答复 | 2 回复 | 16913 浏览次数 | Created by m4wayne - 2012年1月21日 8:34 | 上次回复 : Leo Liu - MSFT - 2012年1月24日 5:46 -
0 投票
求一份SerialPort 最简单的例子 因为MSDN只给出C# 没给C++
ToString(已答复 | 5 回复 | 12741 浏览次数 | Created by Joker-Obama - 2009年1月21日 14:40 | 上次回复 : Joker-Obama - 2009年2月2日 17:14 -
0 投票
SerialPort 问题
SerialPort port; port = new ...已答复 | 1 回复 | 8744 浏览次数 | Created by sevenlin2007 - 2009年3月10日 3:49 | 上次回复 : Jiong Shi - 2009年3月11日 13:40 -
2 投票
关于SerialPort类接收数据
C# 的 string 和 char 是 Unicode 的,您的机器发送的数据可能是 ASCII ... -
0 投票
SerialPort串口获得返回值
代码: SerialPort port = new SerialPort("COM1", 115200, Parity.None, 8, StopBits.One); port.Encoding = ...
无公告