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 have a map of non-contiguous registers, I took a superficial look at the code, but I did not found if and how it's managed if the client requests a...

I am looking to use your library for a project going to use both RTU and TCP. I've noted there is no way to set up the RTU port number,...

Not all bytes may have been read from the TCP socket read buffer when the request processing is aborted by an exception. - remember the frame length from the message...

I'm trying to integrate the code into my tree as Modbus TCP server. I started with the minimal configuration, ie. I flagged out all except one function implementation. While trying...

I see lines: `nmbs->platform.read(nmbs->msg.buf, sizeof(nmbs->msg.buf), 0, nmbs->platform.arg);` Should the user's read and write callbacks empty the `nmbs->msg.buf` and the hardware's UART buffers when the timeout parameter is zero? The comment...

Following https://github.com/debevv/nanoMODBUS/pull/55 I realized that there was no way to check if the new `crc_calc()` function pointer was defined by the user or not, since there is no guarantee that...

announcement