- May 18, 2021
-
-
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.
-
- Mar 29, 2021
-
-
Jonas Höppner authored
Option -c enables flowcontrol with rts and cts, for none RS485 mode. Option -t adds a delay after the reception of the first byte, usable to test the flowcontrol.
-
- Feb 18, 2021
-
-
Jonas Höppner authored
rand was initialized with time(0) which led to the same data if started twice in the same wall time second. Now also taking nanoseconds into acount. BCS 746-000172
-
- Nov 23, 2020
-
-
Clemens Terasa authored
The ```gettimeofday()``` function is defined in ```sys/time.h```. Thus include it. BCS 746-000125
-
- Nov 19, 2020
-
-
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
-
- Sep 18, 2019
-
-
Clemens Terasa authored
The rs485pingpon test tool uses partly the tty settings that are setup prior to execution. This might lead to problems when the tty is misconfigured. Use the default tty settings from glibc instead. This was inspired by "stty sane" Change-Id: Ie1a5d69edddb967e4dc284a450e3195e53d6af3c
-
- Feb 13, 2018
-
-
Jonas Höppner authored
* test.h and others moved to include/old/tetst.h, adapted include path * gcc7 seems to have stricter tests, fixed some bugs * refs #30346 Change-Id: I77af8597edaa458bc7376b96a3ec20610db8c3ab
-
- Jan 17, 2017
-
-
Tim Jaacks authored
* Moved test tools from recipes-guf to recipes-test * Removed ac97regtest and pman completely, because they are not relevant for our current platforms anymore * Corrected some summary entries in bitbake recipes
-