CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: MSComm32.ocx

  1. #1
    Join Date
    Aug 1999
    Location
    Nuernberg / Germany
    Posts
    80

    MSComm32.ocx

    How to send binary data with the MSComm32.ocx?
    Code would be helpfull!
    Thanks and regards
    Sascha


  2. #2
    Join Date
    Apr 1999
    Location
    Madrid (Spain)
    Posts
    46

    Re: MSComm32.ocx

    Hi Sascha:

    The Output property can transmit text data or binary data. To send text data using the Output property, you must specify a Variant that contains a string. To send binary data, you must pass a Variant which contains a byte array to the Output property.

    I hope that this message can help you.
    Good luck, Bye.....


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured