Lines Matching full:console
15 servo UART console. USB PD tests will typically use the console
70 def __init__(self, console):
71 """ Console can be either usbpd, ec, or plankton_ec UART
75 # save console for UART access functions
76 self.console = console
79 """Send command to PD console UART
83 self.console.send_command(cmd)
86 """Send command to PD console, wait for response
91 return self.console.send_command_get_output(cmd, regexp)
96 The PD console debug mode is enabled prior to sending
101 @param cmd: pd command to issue to the UART console
105 # Enable PD console debug mode to show control messages
113 """Verify that PD commands exist on UART console
115 Send 'help' command to UART console
119 l = self.console.send_command_get_output('help', ['(pd)\s+([\w]+)'])
214 # Get string required for console command
216 # Create console command
218 self.console.send_command(cmd)
288 """Turn off PD console debug
295 """Enable PD console debug level 1
318 @param port: port to be used for pd console commands
344 @param dut_console: PD console object for DUT
345 @param plankton_console: PD console object for Plankton
347 # save console for DUT PD UART access functions
349 # save console for Plankton UART access functions
369 # plankton console command to force PD disconnect