Serial port and GPS

SerialForm.menuRead_Click Method 

Reads a string from a file and puts it into the input combo.

[Visual Basic]
Private Sub menuRead_Click( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
)
[C#]
private void menuRead_Click(
   object sender,
   EventArgs e
);

Parameters

sender
ignored
e
ignored

Remarks

Port reading is stoped for the time of the execution of this method. The small PDA could be inable to handle the numerous serial port events and this open file dialog simultaneously. A we could still have locking problems ...

See Also

SerialForm Class | serial Namespace