Modelica_DeviceDrivers v2.1.0
Enhancements:
- Added parameter
useRecvThread
also for clocked UDPReceive variant (#342). - Added option for not unlinking shared memory partition at process termination (#339).
- Updated paho.mqtt.c to v1.3.10 (#355).
Bug fixes:
- Fixed
RealtimeSynchronize
block "clock_nanosleep" error on Linux (#357). - Fixed
MDD_TCPIPServer_Send(...)
return value, so that it works as described in the documentation "On success, return the number of bytes sent, 0 if operation would block, -1 on non-fatal error" (#323). - Serial port interface on Windows: Fixed spurious byte sent at the end of a simulation (#352).
Other (minor) fixes and improvements.