Sara Damiano

Results 274 comments of Sara Damiano

I'm catching up on issues after 3 months on leave. CustomSoftwareSerial should already work with this library. The constructor requires a Stream object. Quickly looking at the source code for...

@s-hicks2

You would need to add the middle endian type(s) to the endianness typedef and then modify the private "sliceArray" and "leFrameFromFrame" functions and use them appropriately to get the endianness...

There response buffer is public. You should be able to access it as `modbusMaster::responseBuffer`.

Definitely use the setDebugStream function. If you have a second mega or any other board I would also try spying on the serial communication. That is, run your first mega...

It really looks like your library is not up to date. Given you're also getting an error with finding double libraries for SD.h (which is a built-in that I didn't...

This example should just be removed; it's pretty "ancient."

Just to warn you, this example is NOT what I'd currently recommend using. I would (strongly) suggest switching to the [ModularSensors ](https://github.com/EnviroDIY/ModularSensors) library to send data to enviroDIY. To use...

@brianjastram If you're using the Arduino IDE, I would also recommend moving away from that in favor of PlatformIO

I'm working on this right now over in the modular library (https://github.com/EnviroDIY/ModularSensors) but, in short, it's triply finickey. 1 - The sonar itself gives noisy readings, frequently spitting out 300...