Index: tst_post/test.py =================================================================== diff -u -r77499da51144cc93cecc13c5546fede15d3ddb97 -red42bcf28d1d324fb3caff7301b4aeb03041d7ff --- tst_post/test.py (.../test.py) (revision 77499da51144cc93cecc13c5546fede15d3ddb97) +++ tst_post/test.py (.../test.py) (revision ed42bcf28d1d324fb3caff7301b4aeb03041d7ff) @@ -28,21 +28,21 @@ def main(): utils.tstStart("demo") startApplication("denaliSquish") - - hd = HDSimulator(console_out=True, passive_mode=False, auto_response=True ) - #dg = DGSimulator(console_out=True, passive_mode=False, auto_response=False) - - + + hd = HDSimulator() + #dg = DGSimulator() + + hd.cmd_send_power_on_self_test_version_request() for i in range(20): hd.cmd_send_hd_post(i, True, False) sleep(0.1) hd.cmd_send_hd_post(0, True, True) hd.cmd_send_hd_operation_mode(4, 0) - - + unittests.test_python_version() unittests.test_crc8() unittests.test_can0() - utils.tstDone() \ No newline at end of file + utils.tstDone() +