How can i cut a packet into several lines VB.net 2010

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • softhard
    New Member
    • Oct 2012
    • 1

    How can i cut a packet into several lines VB.net 2010

    Hi,
    I am using Serial communication and i receive a bulk data from my USB. I want to display it by lines to user. The only symbol is common and the starting of each line is begin with "7E". My bulk message contains this internally anywhere in the packet. How can i tear down it to lines and disply.
  • !NoItAll
    Contributor
    • May 2006
    • 297

    #2
    look at the string.split method

    Comment

    Working...