UartNetworkCommunicationInterfaceSettings Class
Namespace: GHIElectronics.TinyCLR.Devices.Network · Assembly: GHIElectronics.TinyCLR.Devices.Network
Settings for an external UART-attached network controller (cellular modem, etc.).
public class UartNetworkCommunicationInterfaceSettings : NetworkCommunicationInterfaceSettings
Properties
ApiName
public string ApiName { get; set; }
Native API name of the UART controller to use.
BaudRate
public int BaudRate { get; set; }
UART baud rate.
DataBits
public int DataBits { get; set; }
UART data bits.
Parity
public UartParity Parity { get; set; }
UART parity.
StopBits
public UartStopBitCount StopBits { get; set; }
UART stop bits.
Handshaking
public UartHandshake Handshaking { get; set; }
UART flow control.