nanoMODBUS icon indicating copy to clipboard operation
nanoMODBUS copied to clipboard

A compact MODBUS RTU/TCP C library for embedded/microcontrollers

Results 16 nanoMODBUS issues
Sort by recently updated
recently updated
newest added

I'm trying to use this library inside a STM32 CubeIDE project but no success. I've defined the two required functions but polling the registers of the sensor always returns TIMEOUT....

Hi, I am trying to find a Modbus IP library to fork it in my project SMT32. I also see that this project could work in client/server side and with...

I'm porting nanoMODBUS to a microcontroller (CH32V003). I have the issue that i get a hardfault To diaganose that error i wrote a fake_data function, that simulates a coil read,...

I use this library in a constraint embedded environment, where I need a smaller buffer size to run it. Would you consider accepting this change to make the buffer size...

how this library handles 1.5 or 3.5 character times according to [Modbus over Serial Line](https://www.modbus.org/docs/Modbus_over_serial_line_V1_02.pdf) document?

I integrated NanoModbus library with the quectel EC200u controller for RTU communication as a master. However, I'm encountering timeout errors despite successful communication. In the SDK, there isn't a timer...

In order not to send data from one buffer to another, but to immediately receive data where it is needed (for example, in DMA mode), the buf_rec index is needed...

## Scope The aim of this project is to implement the missing functionality needed to interact with a [Modbus TCP Linux server](https://github.com/debevv/nanoMODBUS/blob/master/examples/linux/server-tcp.c) using a Modbus TCP client via Wifi on...

Hello, We have successfully merged nanoMODBUS into our STM32F4 project (using FreeRTOS and lwIP). However, sometime when the link drops momentarily nanoMODBUS does not recover. I have code that checks...