Skip to content

Commit dba7007

Browse files
committed
Added minimize button and removed compile warning.
The response for some reason always times out, if anyone has any solutions please let me know.
1 parent 7aa1c22 commit dba7007

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

VB Application/ArduinoCommander/ArduinoCommander/Form1.Designer.vb

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VB Application/ArduinoCommander/ArduinoCommander/Form1.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Public Class Form1
8282
End Sub
8383

8484
Sub SendCommand(ByVal command As String)
85-
Dim response As String
85+
'Dim response As String
8686
Try
8787
myComPort.WriteLine(command)
8888
'response = myComPort.ReadLine

0 commit comments

Comments
 (0)