DccPlusPlus / BaseStation

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

Setting accessory CVs #23

Open AndrewInEssex opened 7 years ago

AndrewInEssex commented 7 years ago

I can't see a way to set accessory CVs; things like signal decoders use accessory CVs to configure how they're being used. Am I missing something, or is this not something that DCC++ supports?

UT00801 commented 7 years ago

The programming of the accessory decoders is normally done in the programming way, just as if it were a locomotive decoder. And you can read / write CVs without any problem. DCCpp is not ready to read or write the CVs of the accessory decoders in main way. I am reading the whole program to add that functionality to DCCpp.