Select Git revision
VN100.cpp
Forked from
Avionics / Software Development / Skyward Boardcore
Source project has a limited visibility.
-
Emilio Corigliano authored
- added a general interface in order to be transparent in using the usart port with the miosix driver or the boardcore one - defined a wrapper in order to use the STM32Serial driver - improved tests of VN100, usart and max485 (to be removed) WARNING for test-usart: working if "write, >10ms sleep (or a printf...), STM32SerialWrapper::read". if we omit "time" we end up failing the test. More data is sent and more baudrates will fail (from 2400 to greater).
Emilio Corigliano authored- added a general interface in order to be transparent in using the usart port with the miosix driver or the boardcore one - defined a wrapper in order to use the STM32Serial driver - improved tests of VN100, usart and max485 (to be removed) WARNING for test-usart: working if "write, >10ms sleep (or a printf...), STM32SerialWrapper::read". if we omit "time" we end up failing the test. More data is sent and more baudrates will fail (from 2400 to greater).