Search results for query: *

  • Users: dstylesunf
  • Content: Threads
  • Order by date
  1. D

    String Troubles

    Here is my situation. I'm through a serial connection getting updates from a gps module and autopilot controller. the string comes as the following: +++ASP:273,THH:0,RLL:0,PCH:0,*** +++ASP:37,THH:0,RLL:60,PCH:2,*** +++ASP:27,THH:0,RLL:60,PCH:0,*** +++ASP:19,THH:0,RLL:60,PCH:0,***...
  2. D

    how to open a window in WPF

    Simple question that I cannot find an answer to. How do I open a window created in wpf like you can with a winforms program? Example, form1.show would open a winform form with no problem. here is my code: Imports System.Windows.Threading Public Class Window1 Private Sub...
  3. D

    Question text file parse to xml questions

    Here is my problem I'm trying to solve: I have a robot which via a serial connection passes the following data which I log in hyperterminal into a txt file: +++ASP:273,THH:0,RLL:0,PCH:0,*** +++ASP:37,THH:0,RLL:60,PCH:2,*** +++ASP:27,THH:0,RLL:60,PCH:0,*** +++ASP:19,THH:0,RLL:60,PCH:0,***...
Back
Top