Search results for query: *

  1. D

    String Troubles

    yeah the lat and long should always be eight...I'm going to try your code and report back. Thanks!!
  2. 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,***...
  3. 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...
  4. D

    Question text file parse to xml questions

    Well the current setup up is a virtual serial port via tcp rfc 2217 protocal. The robot has a hp mini 1000 on it that uses com 7 to recieve the serial data and via a cellular modem sends it tcp to the clients machine which then via the 2217 protocal uses a virtual serial port to receive the...
  5. D

    Question text file parse to xml questions

    Alright thanks for the post NEWGUY this got me started on the right track. Here is some problems I am having. The method of which I get the text file is via hyperterminal capturing the data and producing an ever updating text file. When I run the above code an exception is thrown stating the...
  6. 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