DccPlusPlus / BaseStation

DCC++ Base Station for Arduino Uno and Mega
208 stars 150 forks source link

Command for releasing a CAB register. #4

Open ghost opened 8 years ago

ghost commented 8 years ago

Because the number of CAB registers is limited to 12, a release command would be helpful for slot management in the host software. (JRMI, Rocrail,...)

DccPlusPlus commented 8 years ago

Slot management, if needed, would be done in the JMRI software itself. Registers in the DCC++ BaseStation are simply overridden as needed - there is nothing to release. Note you can also increase the number of registers to greater than 12, especially if running on he Mega (not sure what the max would be, but I'm guessing about 50).

ghost commented 8 years ago

Would it be possible to query the number of available registers in DCC++?