Capturing Data Using MSComm

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cpraveen10
    New Member
    • Mar 2007
    • 4

    #1

    Capturing Data Using MSComm

    Hi... I am trying to use MSComm for capturing serial data.
    The serial data is 1A2B3C1A2B3C1A2 B3C1A2B3C...... so on which is coming from serial port.
    From that i have to capture A in the first text box, B in the second text box and C in the third text box...Pls help me out.
  • vijaydiwakar
    Contributor
    • Feb 2007
    • 579

    #2
    Originally posted by cpraveen10
    Hi... I am trying to use MSComm for capturing serial data.
    The serial data is 1A2B3C1A2B3C1A2 B3C1A2B3C...... so on which is coming from serial port.
    From that i have to capture A in the first text box, B in the second text box and C in the third text box...Pls help me out.
    see when evr posrt send any data then its in fixed format is it is wel calibered so u may use mid$ function

    Comment

    • cpraveen10
      New Member
      • Mar 2007
      • 4

      #3
      But it is the hex format, not a string.

      Comment

      • vijaydiwakar
        Contributor
        • Feb 2007
        • 579

        #4
        Originally posted by cpraveen10
        But it is the hex format, not a string.
        so what .......
        convert it into that

        Comment

        Working...