MSComm and MSFlexGrid problem

  • Thread starter Thread starter David Sawyer
  • Start date Start date
D

David Sawyer

I am attempting to capture data from the serial port,
place that data into a MSFlexGrid and then use that data
to parse out Lat/Lon to plot to a map.

The problem I am having is when I attempt to write the
captured data to the MSFlexGrid the (what is supposed to
be a single string of data) is getting broken up in
multiple rows of the grid.
If I single step through the code it works fine and the
data is written to a single row then the row is
incrimented.

Anyone have any ideas on what I might be doing wrong or
missing?

Thanks
 
Hello,

David Sawyer said:
I am attempting to capture data from the serial port,
place that data into a MSFlexGrid and then use that data
to parse out Lat/Lon to plot to a map.

The problem I am having is when I attempt to write the
captured data to the MSFlexGrid the (what is supposed to
be a single string of data) is getting broken up in
multiple rows of the grid.
If I single step through the code it works fine and the
data is written to a single row then the row is
incrimented.

Are you sure you are talking about VB.NET? If your question is related to
VB Classic, you will more likely get an answer if you post to the VB Classic
groups (microsoft.public.vb.*). If the problem is related to VB.NET, please
post some code.
 
Back
Top