03-23-2021, 07:33 AM
(03-23-2021, 06:47 AM)George M Wrote: I just looked at the manifests for these drivers. They are not supposed to be editable. I just need to make sure I have my ports set up to the correct settings they require.
Since they are shipped drivers, you would have to copy those files to a folder where you can edit them (i.e. desktop), edit them, then copy to the User folder. You would also need to change either the Make or Model as that is the index key for each driver.
I am not sure whether you could just edit the manifest file on a system driver and still have it pointed to the System CML Macro Driver folder file, but it might work.
In my Samsung Driver manifest, the section below shows where it is editable:
<CQCCfg:ConnCfg CQCCfg:Editable="True">
<CQCCfg:SerialConn
CQCCfg:Baud="Baud_19200"
CQCCfg:Bits="Bits8"
CQCCfg

CQCCfg:StopBits="One"
CQCCfg

</CQCCfg:ConnCfg>
Since that last driver on your list (W80RF) is not a shipped driver, you could try that one, as it should already be in the User folder. Just copy it to a folder that is editable, change the "Editable" to True, and you can either leave the configuration the same and edit it when you install the driver, or put those parameters below to default to that. Once you do that, copy it back to where it came.
Make sure you have a backup of those files before proceeding, and you will have to restart the CQC service as well after you make the change.
This is probably not the official way to do this, but pretty sure it would work.