Results 1 to 6 of 6

Thread: Excel VBA Com Port communication

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Banned VBAX Newbie
    Joined
    Nov 2024
    Posts
    1
    Location
    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.
    Last edited by georgiboy; 11-26-2024 at 11:15 PM. Reason: Removed spam

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •