Synchronize host and target for nc serial auto test
We're ensuring target and host start-up sync here in 2 ways:
1) adding a delay on host side to make sure the serial
initialization can happen before sending a character is sent to target
2) in case of serial_nc_rx_auto.py test, we're sending a
first character S which will trigger the move from rx+tx
to NC+rx.

This should  avoid any crossing case due to HSOT being faster than target or vice-versa
ls
1 parent c35a6f6 commit 05baf365dcdf109d336fba0fe1911d892c3a25a6
@Laurent Meunier Laurent Meunier authored on 26 May 2016
Showing 3 changed files
View
libraries/tests/mbed/serial_nc_rx/main.cpp
View
workspace_tools/host_tests/serial_nc_rx_auto.py
View
workspace_tools/host_tests/serial_nc_tx_auto.py