Connect to a reader
| C# | Visual Basic | Visual C++ |
public SerialReader( string readerUri, SerialTransport transport )
Public Sub New ( _ readerUri As String, _ transport As SerialTransport _ )
public: SerialReader( String^ readerUri, SerialTransport^ transport )
- readerUri (String)
- URI-style path to serial device; e.g., /COM1
- transport (SerialTransport)
- Serial transport object