Interface IAsciiConfigurableSerialTransport
- Namespace
- TechnologySolutions.Rfid.AsciiProtocol
- Assembly
- TechnologySolutions.Rfid.AsciiProtocol.Core.dll
Provides an interface to configure connection to a Technology Solutions ASCII Protocol reader. The connection is closed by disposing the instance
public interface IAsciiConfigurableSerialTransport
Properties
BaudRate
Gets the current baud rate of the transport
int BaudRate { get; }
Property Value
Methods
SetBaudRate(int)
Modify the baud rate
bool SetBaudRate(int rate)
Parameters
rate
intthe baud rate requested
Returns
- bool
true if baud rate set