How to use all 3 Serial ports on NETDCU8

  • Hi
    I need to use all RS232 ports. Is there way how to realize it? Untill now I'm able to use only port COM1 & COM3. COM2 is for configuration, but I need to use it in application.


    Thanks for help.


    Radek

  • Hello,
    you can prevent autostart of "ndcucfg" by remove corresponding entry under HKLM\Init from Registry.

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Quote from "fs-support_ZU"

    Hello,
    you can prevent autostart of "ndcucfg" by remove corresponding entry under HKLM\Init from Registry.


    Thanks for answer, but even if I remove key with value "ndcucfg.exe", or rename it it will appear on next boot again. Is there any program or service which is reconstructing this key?


    Thanks for help
    Radek

  • Hello,
    all changes you do in registry are referd to the RAM version. Use the command "reg save" for store the settings permanent in flash memory.


    Code
    1. reg open \init
    2. reg del val LaunchXX
    3. reg save
    4. REM dont forget <enter> after "reg save"!

    F&S Elektronik Systeme GmbH
    As this is an international forum, please try to post in English.
    Da dies ein internationales Forum ist, bitten wir darum, Beiträge möglichst in Englisch zu verfassen.

  • Quote from "fs-support_ZU"

    Hello,
    all changes you do in registry are referd to the RAM version. Use the command "reg save" for store the settings permanent in flash memory.


    Code
    1. reg open \init
    2. reg del val LaunchXX
    3. reg save
    4. REM dont forget <enter> after "reg save"!


    It works now,


    Thanks
    Radek