User Profile

Collapse

Profile Sidebar

Collapse
k7rlw
k7rlw
Last Activity: Mar 26 '16, 07:39 AM
Joined: Mar 26 '16
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Code:
    Private Sub ReceivedText(ByVal [text] As String)
            'compares the ID of the creating Thread to the ID of the calling Thread
            If Me.rxTextBox.InvokeRequired Then
                Dim x As New SetTextCallback(AddressOf ReceivedText)
                Me.Invoke(x, New Object() {(text)})
            Else
                Dim rssiString As String = [text]
                rssiString = rssiString.Substring(3, 3)
    ...
    See more | Go to post
    Last edited by Rabbit; Mar 26 '16, 04:46 PM. Reason: Please use [code] and [/code] tags when posting code or formatted data.

    Leave a comment:


  • Help Parsing data based on received data from Com Port

    Hi Everyone,

    I am a bit new to VB, learning a bunch. However I am having some problems figuring out how to retrieve the data and associate the data to form controls.

    Ok here goes.

    The device that is sending the data is a Ham Radio and sends data that looks like this.

    RM0099;RM0122;R M0087;SM0210;RM 0021;SQ1120;RM0 120;SM0210;RM00 21;SQ1120;RM012 0;M0087;SM0210; RM0021;SQ1120M0 087;SM0210;RM00 99;RM0122;RM008 7;SM0210;RM0021 ;SQ1120;RM0120; SM0210;RM0021;S Q1120;RM0120;M0 087;SM0210;RM00 21;SQ1120M0087; SM0210;...
    See more | Go to post
No activity results to display
Show More
Working...