Skip to content
Snippets Groups Projects
Select Git revision
0 results

VN100.cpp

Forked from Avionics / Software Development / Skyward Boardcore
Source project has a limited visibility.
  • Emilio Corigliano's avatar
    79fbed37
    [USART] Abstract class for USART and STM32Serial wrapper · 79fbed37
    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).
    79fbed37
    History
    [USART] Abstract class for USART and STM32Serial wrapper
    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).