New2
Previous
Next
Initializes the Serial object and sets its settings.
Syntax: New2 (Port As Int32, BitRate As Int32, Parity As String, DataBits As Int32, StopBits As Single)
Example:
serial1.New2 (4,9600,"N",8,1)