avrora.sim.mcu
Class ATMega128L.SimImpl.LCDScreen

java.lang.Object
  extended byavrora.sim.mcu.ATMega128L.SimImpl.LCDScreen
All Implemented Interfaces:
ATMega128L.USARTDevice
Enclosing class:
ATMega128L.SimImpl

protected class ATMega128L.SimImpl.LCDScreen
extends java.lang.Object
implements ATMega128L.USARTDevice

Debug class. Connect this for TestUart test case. "Formats" LCD display.


Nested Class Summary
 
Nested classes inherited from class avrora.sim.mcu.ATMega128L.USARTDevice
ATMega128L.USARTDevice.USARTFrame
 
Constructor Summary
ATMega128L.SimImpl.LCDScreen()
           
 
Method Summary
 java.lang.Character memory(byte cursor)
           
 void receiveFrame(ATMega128L.USARTDevice.USARTFrame frame)
          Receive a frame.
 java.lang.String toString()
           
 ATMega128L.USARTDevice.USARTFrame transmitFrame()
          Transmit a frame from this device.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ATMega128L.SimImpl.LCDScreen

public ATMega128L.SimImpl.LCDScreen()
Method Detail

memory

public java.lang.Character memory(byte cursor)

transmitFrame

public ATMega128L.USARTDevice.USARTFrame transmitFrame()
Description copied from interface: ATMega128L.USARTDevice
Transmit a frame from this device.

Specified by:
transmitFrame in interface ATMega128L.USARTDevice
Returns:
the frame for transmission

receiveFrame

public void receiveFrame(ATMega128L.USARTDevice.USARTFrame frame)
Description copied from interface: ATMega128L.USARTDevice
Receive a frame.

Specified by:
receiveFrame in interface ATMega128L.USARTDevice
Parameters:
frame - the frame to be received

toString

public java.lang.String toString()