Results 1 to 6 of 6

Thread: Excel VBA Com Port communication

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Banned VBAX Newbie
    Joined
    Dec 2024
    Posts
    1
    Location
    Quote Originally Posted by akanji_city View Post
    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.
    yes that is really a smart solution i will apply this method!
    Last edited by Aussiebear; 12-30-2024 at 01:57 AM. Reason: Edited out spam link

Posting Permissions

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