USARTFrame
676869707172737475
* @param s Simulator */ Monitor(Simulator s) { if( s.getID() == NODE.get()) { AtmelMicrocontroller mcu = (AtmelMicrocontroller)s.getMicrocontroller(); USART usart = (USART)mcu.getDevice("usart0"); new SerialForwarder(usart, (int)PORT.get()); } }