• <legend id='NHcJS'><style id='NHcJS'><dir id='NHcJS'><q id='NHcJS'></q></dir></style></legend>
  • <small id='NHcJS'></small><noframes id='NHcJS'>

        <bdo id='NHcJS'></bdo><ul id='NHcJS'></ul>
    1. <tfoot id='NHcJS'></tfoot>
      <i id='NHcJS'><tr id='NHcJS'><dt id='NHcJS'><q id='NHcJS'><span id='NHcJS'><b id='NHcJS'><form id='NHcJS'><ins id='NHcJS'></ins><ul id='NHcJS'></ul><sub id='NHcJS'></sub></form><legend id='NHcJS'></legend><bdo id='NHcJS'><pre id='NHcJS'><center id='NHcJS'></center></pre></bdo></b><th id='NHcJS'></th></span></q></dt></tr></i><div id='NHcJS'><tfoot id='NHcJS'></tfoot><dl id='NHcJS'><fieldset id='NHcJS'></fieldset></dl></div>

        在c#中从串口读取数据

        时间:2023-11-10

            <bdo id='BYpCC'></bdo><ul id='BYpCC'></ul>

              <tbody id='BYpCC'></tbody>
            <i id='BYpCC'><tr id='BYpCC'><dt id='BYpCC'><q id='BYpCC'><span id='BYpCC'><b id='BYpCC'><form id='BYpCC'><ins id='BYpCC'></ins><ul id='BYpCC'></ul><sub id='BYpCC'></sub></form><legend id='BYpCC'></legend><bdo id='BYpCC'><pre id='BYpCC'><center id='BYpCC'></center></pre></bdo></b><th id='BYpCC'></th></span></q></dt></tr></i><div id='BYpCC'><tfoot id='BYpCC'></tfoot><dl id='BYpCC'><fieldset id='BYpCC'></fieldset></dl></div>

            <tfoot id='BYpCC'></tfoot>
              1. <legend id='BYpCC'><style id='BYpCC'><dir id='BYpCC'><q id='BYpCC'></q></dir></style></legend>

                <small id='BYpCC'></small><noframes id='BYpCC'>

                • 本文介绍了在c#中从串口读取数据的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在尝试从串行端口读取数据.数据来自规模.我首先发送一个命令开始读取秤.

                  I am trying to read data from the serial port. The data comes off of a scale. I first send a command to start reading the scale.

                  _serialPort.Write("P");
                  

                  然后等待一段时间后,我尝试使用阅读

                  then after waiting for some time I am trying to read using

                  temp2 = _serialPort.ReadLine();
                  

                  应用程序在这行代码处挂起.我也尝试了读取功能,但得到了相同的结果.ReadExisting() 函数返回一个空字符串.

                  The application hangs at this line of code. I have also tried the Read function but am getting the same result. ReadExisting() function returns an empty string.

                  由于 ReadLine() 没有超时或抛出任何异常,我无法调试此问题,因为我没有更多信息.由于 WriteLine()ReadExisting() 正常工作,端口不会有缺陷.

                  As the ReadLine() is not timing out or throwing any exceptions I am unable to debug this issue as I have no further information. The port cannot be defective as WriteLine() and ReadExisting() are working.

                  任何帮助将不胜感激.

                  谢谢

                  推荐答案

                  在你的接收按钮后面试试这个:

                  Try this behind your recieve button:

                  string msg = serialObj.ReadExisting();
                  MessageBox.Show(msg);
                  

                  这篇关于在c#中从串口读取数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:关闭串行端口时,是什么导致我的 UI 冻结? 下一篇:.Net SerialPort Readline 与 DataReceived 事件处理程序

                  相关文章

                    <small id='MZu4z'></small><noframes id='MZu4z'>

                  1. <i id='MZu4z'><tr id='MZu4z'><dt id='MZu4z'><q id='MZu4z'><span id='MZu4z'><b id='MZu4z'><form id='MZu4z'><ins id='MZu4z'></ins><ul id='MZu4z'></ul><sub id='MZu4z'></sub></form><legend id='MZu4z'></legend><bdo id='MZu4z'><pre id='MZu4z'><center id='MZu4z'></center></pre></bdo></b><th id='MZu4z'></th></span></q></dt></tr></i><div id='MZu4z'><tfoot id='MZu4z'></tfoot><dl id='MZu4z'><fieldset id='MZu4z'></fieldset></dl></div>
                    1. <tfoot id='MZu4z'></tfoot>
                    2. <legend id='MZu4z'><style id='MZu4z'><dir id='MZu4z'><q id='MZu4z'></q></dir></style></legend>

                      • <bdo id='MZu4z'></bdo><ul id='MZu4z'></ul>