Jump to content

Start connect-serial-port.cmd from a batch file?


Msiipola

Recommended Posts

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
Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

  • Recently Browsing   0 members

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