C# Class napkin.devices.serial.uLcd144.ULcd144Device

Inheritance: napkin.devices.serial.common.ThreadedSerialDevice
显示文件 Open project: cjdaly/napkin Class Usage Examples

Public Methods

Method Description
AutoFlushReads ( ) : bool
Clear ( ) : void
ConsoleWriteLine ( string line ) : void
Reset ( ) : void
Test ( ) : void
ULcd144Device ( Cpu resetPin, string serialPortName = Serial.COM1 ) : System
WriteCommand ( byte commandBytes, byte dataBytes = null ) : void
WriteMessage ( string message, byte column, byte row, byte font = 1 ) : void

Method Details

AutoFlushReads() public method

public AutoFlushReads ( ) : bool
return bool

Clear() public method

public Clear ( ) : void
return void

ConsoleWriteLine() public method

public ConsoleWriteLine ( string line ) : void
line string
return void

Reset() public method

public Reset ( ) : void
return void

Test() public method

public Test ( ) : void
return void

ULcd144Device() public method

public ULcd144Device ( Cpu resetPin, string serialPortName = Serial.COM1 ) : System
resetPin Microsoft.SPOT.Hardware.Cpu
serialPortName string
return System

WriteCommand() public method

public WriteCommand ( byte commandBytes, byte dataBytes = null ) : void
commandBytes byte
dataBytes byte
return void

WriteMessage() public method

public WriteMessage ( string message, byte column, byte row, byte font = 1 ) : void
message string
column byte
row byte
font byte
return void