Jump to content

Recommended Posts

Posted

Is it possible start DCS and connect-serial-port.cmd from one script/batch-file? I assume this is a problem because (i assume) the the serial communication can not be started before DCS is fully loaded and started.

Posted

You can run the connection program at any time, including after DCS has started.
You can even run it while IN a mission - I do this regularly when debugging arduino code.

My sequence is:
  Pause game while in mission
  Alt-tab to connection window
  Close the connection window
  Alt-tab to the Arduino IDE window
  Edit code and upload to Arduino
  Alt-tab to connection program folder
  Start connection program
  Alt-tab to DCS
  Unpause game and test
  Repeat as required
 

  • Like 1
Posted
10 hours ago, No1sonuk said:

You can run the connection program at any time, including after DCS has started.

Thank for info! My idea is to start DCS and serial communication from one and same batch file, so I don't have to start those separately.

Posted
1 hour ago, Vinc_Vega said:

What's the purpose of the '/b' flag?

Regards, Vinc

Starts the application without starting a new window.
The multi-com file starts the single com file for every listed port, but the /b flag means it does it in the same window.

  • Thanks 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...