79472344

Date: 2025-02-27 10:30:47
Score: 1.5
Natty:
Report link

Possible Causes and Fixes: Incorrect COM Port Selection Handling

The connect command needs a string as an argument. In your script, com_port is an integer. Try using strconcat to convert the number into a string before passing it to connect. Fix: strconcat inputstr "/C=" strconcat inputstr com_port connect inputstr

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Tim David