Class SerialTextFile
Provide a mechanism for reading lines of text from a SerialPort.
Assembly: Meadow.Foundation.dll
View Source
public class SerialTextFile
Methods
Open()
Open the serial port and start processing the data from the serial port.
View Source
public void Open()
Close()
Close the serial port and stop processing data.
View Source
public void Close()
Events
OnLineReceived
A complete line of text has been read, send this to the event subscriber.
View Source
public event SerialTextFile.LineReceived OnLineReceived
Event Type
Meadow.Foundation.Communications.SerialTextFile.LineReceived