We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 058ec75 commit c93b315Copy full SHA for c93b315
SerialMonitor.cs
@@ -25,7 +25,7 @@ public SerialMonitor (string portName)
25
{
26
_localBuffer = new List <byte> ();
27
_datPort = new SerialPort (portName, BAUD_RATE);
28
- _datPort.Handshake = Handshake.RequestToSend
+ _datPort.Handshake = Handshake.RequestToSend;
29
}
30
31
public void Start ()
0 commit comments