Gabriel Rivas
Gabriel’s activity
Gabriel’s public repositories
-
mbed-meccano-module
Test application for meccano smart servo using mbed.
Last updated: 21 Nov 2024 22 -
MessageQueue
Message queue to synchronize and share information between threads. It is a template class, so it can hold elements of different types.
message queue pattern, real time, thread synchronizationLast updated: 19 Jan 2015 3 112 -
ModbusSlaveRTU
Modbus RTU class for slave devices. It shares data with other software components via a Message queue object, and can exist more than one Modbus Slave RTU instances in a …
modbus rtu, real time, rtos, serial protocolLast updated: 21 Jan 2015 7 478 -
Mbed 2 deprecated
Nucleo_modbus_protocol_test
Example of how to handle the Modbus Slave RTU protocol using the mbed RTOS. This example can also be used as reference to implement other slow serial protocols.
mbed rtos, Modbus, real time, serial protocolLast updated: 21 Jan 2015 2 474 -
SerialPortHandler
Serial port handler class that allows sharing data from the serial ports via message queues objects. Each instance of this class is intended to handle a serial port in the …
real time, serial port, serial protocolsLast updated: 19 Jan 2015 3 54