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

    DMM output decoding (RS232)

    Hi everyone, I am new to vb6. Currently, I am working on a small project, as part of it I have to decode the data received from a DMM (Digitek DT 4000ZC) via RS232. After doing a bit of search, I found that the DMM uses FS9721_LPS chip which send output in the form of 14 byte packets.
    Following is the link:
    https://sigrok.org/wiki/Multimeter_ICs

    Has anyone worked along these lines before? Can you please get me started with few lines of code.

    Thanks.

  2. #2
    Join Date
    Jul 2008
    Location
    WV
    Posts
    5,362

    Re: DMM output decoding (RS232)

    I would say that you should start by searching for some samples using the MSComm control.
    There is some sample code for this in the documentation that comes with VB and of course lots of samples on the web.
    Always use [code][/code] tags when posting code.

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