Particle Modbus Client

Hello all,

I noticed that MonitorOne product has built-in Modbus capability. I found the source code in the GitHub location here: GitHub - particle-iot/ParticleModbusClient: This is an Particle library for communicating with Modbus servers over RS232/485 (via RTU protocol)

I don't use the MonitorOne on my product, but we do have a RS-485 transceiver and use the BSOM family of modules and P2/Photon2.

Has anyone attempted to port over this official Modbus library to other Particle projects? If so, curious if it's working?

There shouldn't be anything specific to the Monitor One in that library. It should work on any Particle device with RS485 hardware connected to a hardware UART.

1 Like

Thanks @rickkas7 ! I will give it a shot and see if I can get it it work on a P2/Photon 2 first.

By any chance does Particle also have a Modbus Server library?

No Modbus Server or Modbus TCP at this time.

1 Like