Files
bacnet_stack/ports/linux
Sergey Nazaryev 2b58f5b122 Fix the MSTP turnaround delay implementation. (#809)
The usleep() function takes microseconds, not milliseconds. So,
T_turnaround needs to be calculated in microseconds. If we don't do
this, at a baud rate of 9600, we end up waiting 4 microseconds instead
of 4 milliseconds, which goes against the rule.
2024-10-14 07:56:55 -05:00
..
2019-10-08 23:47:53 -05:00
2019-10-08 23:47:53 -05:00

This is a port to Linux for testing.
The unit tests can be run via the test.sh script.