ArduinoCMRI icon indicating copy to clipboard operation
ArduinoCMRI copied to clipboard

Arduino library for connecting your computer to your model railroad.

Results 5 ArduinoCMRI issues
Sort by recently updated
recently updated
newest added

"void CMRI::transmit() { delay(50); // tiny delay to let things recover" 50 milliseconds is not a tiny delay, and it prevents things like servos from working well. Was this meant...

I have migrated to the Arduino Web editor. Research has shown that a "properties" file has to be included. Can you help?

Hi Michael At lines https://github.com/madleech/ArduinoCMRI/blob/master/CMRI.cpp#L107, https://github.com/madleech/ArduinoCMRI/blob/master/CMRI.cpp#L115, https://github.com/madleech/ArduinoCMRI/blob/master/CMRI.cpp#L130, test should be >= to prevent out of bound access of the array. Best regards

Hi, I've wired up the circuit described on your website using a single USB RS485 transciever and an Arduino Nano with a MAX485 on a breadboard. For some reason I...

Despite what the README and function documentation in the cpp source file says the process function simply returns a bool, true for "poll" or "set" otherwise false. That's a shame...