Returns list of all output lines printed to serial console
(self)
| 576 | return self.serial_name |
| 577 | |
| 578 | def cli_buffer(self): |
| 579 | ''' |
| 580 | Returns list of all output lines printed to serial console |
| 581 | ''' |
| 582 | return self.serial_output_buf |
| 583 | |
| 584 | def virtual_serialport_process(self): |
| 585 | ''' |