Skip to content
Snippets Groups Projects
  1. Aug 09, 2024
  2. Jul 04, 2024
  3. Jun 14, 2024
  4. Jun 13, 2024
  5. May 28, 2024
  6. Jul 06, 2022
    • Felix Gerking's avatar
      rs485echo: Fix RS485 transmission delays · 113135af
      Felix Gerking authored
      Before, the delay_rts_before_send delay_rts_after_send fields were not
      explicitly initialized. This led to a erroneous transmission behaviour.
      Now the RS485 port settings are read before the half duplex
      configuration is done. This ensures that the delays are set to 0 or to
      a predefined value (device tree).
      
      BCS 746-000908
      113135af
  7. May 18, 2021
    • Julian Dieskau's avatar
      Potential Segmentation Fault fixed · 6373eaad
      Julian Dieskau authored
      If I see it right there could be a segmentation fault if used in echo mode. When you choose echo mode the variable message wouldn't a value assigned and in the cleanup function the not allocated memory would be free'ed.
      6373eaad
  8. Apr 04, 2021
  9. Mar 29, 2021
  10. Feb 18, 2021
  11. Nov 23, 2020
  12. Nov 19, 2020
    • Jonas Höppner's avatar
      RS485 echo test · 14e41dff
      Jonas Höppner authored
      * Add RS485 echo test for our EMC verification.
      * The test is more flexible than the legacy RS485 ping pong test and will
        always recover from transmission errors due to EMI.
      * The sent data includes a hard-coded 4-byte header and a 4-byte data length
        field, which is parsed by the receiver. The receiver always scans the
        received data for the header bytes in order to detect a new message.
      
      BCS 746-000125
      14e41dff
Loading