Kaylee RS485 examples?

Are there any samples using Kaylee and RS485? I only see DMX (is that RS485?).

Are the pins 1,2, and 5 (for send/receive)?

There’s Gino’s modbus?

DMX is basically RS485 physical layer, yes, with its own data format.

Where could i find Gino’s modbus?

If we’ve written and published code for a particular webservice or peice of hardware you shoudl be able to find it in our GitHub reference library.

Here’s the modbus class in particular:

https://github.com/electricimp/reference/tree/master/hardware

Thanks