I finally got it figured out. I was able to change the voltage as needed to 115 volts. All my flatpack are high by about .5 volts compared to what I set but hold steady. So I set the set point to 114.5 and it sits right at 114.9-115. I will have to check once I put a load on them. The problem was not the pin anymore. It is Pin 17 on the Hobbytronics Leonardo CANBUS for the proper CS pin. The problem was that the Sketch had "unsigned char setdefaultvolt[5] = {0x29, 0x15, 0x00, 0xBA, 0x2C};" the 0x29 was 0x2B in the sketch that was shared. I read some of the older posts on endless sphere comparing sketches and besides the CS pin for some other boards the 0x2B I had on my sketch was supposed to be 0X29. After that change the voltage changed to what I wanted. I was even able to play around and set the voltage to 104VDC even though they say it can only go to 110. I didn't try any lower.
What I also found is that you don't have to turn the rectifier on and off each time. Once it is running, you can make a change on the sketch, upload it and the rectifier will change in 30 seconds. The yellow light comes on no matter what. Once it comes on about 2 seconds after the voltage changes. The yellow light will stay on forever until the rectifier is powered off and back on. The next time the rectifier starts the yellow light will not be on and the voltage will be permanent like others have found. So in my case the yellow light did not show and error, only that the sketch was finished sending and it showed the rectifier received it.
Thank you to everyone that replied and helped work on this. Very much appreciated.
Sent from my iPhone using Tapatalk