Different machine, different COM Port

hi all,

you know the problem: you develop and build on one machine; then deploy on another which has a different com port for Arduino for example?

I tried getting the first enum in the com port dropdown using “ord2enum”, but error:

I could make a debug UI for choosing the comport and using “create comport”, but I was wondering it there was a simpler way to do this.

Thankss

You could set the com port to the desired number in Windows. Like so.

1 Like

AFK right now but ComPort most likely is a dynamic enum.