- Sun Mar 08, 2015 3:37 pm
#11600
MK1888 wrote:GeoNomad wrote:Are other settings being saved for you?
Hi Peter.
Yes, it saves the baud rate. But right-clicking and select "Save current values of DTR..." has no effect. When I close the port and reopen it, DTR and RTS go back to green. I'm using WinXP with a CP2102 USB-serial bridge.
[pause for troubleshooting]
Update: It seems that clicking "Disconnect" is the issue.
Update2: Should lines 999 and 1000 of your SerialNG.pas file be setting DTR and RTS to True? I think the default values of those signal lines are high?
I can change the defaults. As it happens, false is high, and I probably just assumed the opposite when I threw in the default value. Also, it is unimportant as the intended defaults are supposed to be saved for each user when the program is closed. Nevertheless, I have changed the defaults to high in 0.86.
If the defaults aren't being saved properly, it may be the order of doing something, so let me know how you end up with them not being saved, and I can attend to it. It seems to save fine for me when I close and re-open the program.