Modelica_DeviceDrivers icon indicating copy to clipboard operation
Modelica_DeviceDrivers copied to clipboard

Free library for interfacing hardware drivers to Modelica models. There is support for joysticks, keyboards, UDP, TCP/IP, LCM, MQTT, shared memory, AD/DA converters, serial port and other devices.

Results 19 Modelica_DeviceDrivers issues
Sort by recently updated
recently updated
newest added

On Windows one may get the message ``` MDDUDPSocket.h: Receiving not possible, socket not valid. ``` although everything seems to work fine.

At the moment it is a bit cumbersome to get started with the TCP/IP blocks since it is not possible to have them in the same example model as is...

enhancement

I have a simple model that uses serial communication. To perform this communication I use two different ports. In reality, I use a USB cable emulating via hardware a serial...

I'm making "split simulations" with OM: one OM instance doing part of the simulation, the other the second part. This is part of a project to realise Hardware-in-the-loop simulation taking...

To use serial communication is very useful to be able to send and receive data from the same COM port. Unfortunately, this seems impossible with the current version of Modelica_DeviceDrivers,...

I would like to use Modelica_DeviceDrivers to send data through a serial port. I have two PCs connected through a serial cable and can transmit and receive text through a...

PR #216 from @it-cosmos provided support for STM32F4 which I merged into an STM32F4-feature branch (ae66aeff11a3681057c0d7fa56b76097c27b9d7d). This ticket shall serve as a point for discussing this feature with the aim...

enhancement

At UdK Berlin (@UdK-VPT, @jraedler, @nytschgeusen) we work on visualization of building simulation results and for this, we are interested in communication between Modelica and [**Unity**](https://unity3d.com/). This communication could be...

I again was faced with issue #81 and I noticed that if the communication sinks (i.e., SharedMemoryWrite, UDPSend, SerialPortSend, LCMSend, SoftingCAN.SoftingWriteMessage and SocketCAN.WriteMessage) optionally forward the output package, it could...