
Originally Posted by
akanji_city
To enable COM port communication in Excel VBA, you can use the MSComm control by referencing Microsoft Comm Control in VBA or access it via System.IO.Ports APIs. Analyze the original server's communication to determine the required data format. Use MSComm.PortOpen to open the COM port, send the string using MSComm, output and test with basic commands to control your wireless switches.