Thread: Serial2 problem
View Single Post
  #1 (permalink)  
Old 11-28-2007, 08:44 AM
Henry Henry is offline
Junior Member
 
Join Date: Oct 2007
Posts: 18
Default Serial2 problem

Somebody had problems with serial.InputString from Serial2.dll? Yesterday I installed .NET CF 2.0. When I started Kokai Senbashi program (published by alfcen in Open Source Projects) then no data came from port and after a few second crash - out of memory exception. Looks like gps was not sending data and then at ones it sent a big bunch of data. When I switched to SerialDevice.dll it worked fine. Then I took my own gps program and changed there SerialDevice to Serial2 - and it worked with that lib without any error. Only difference I see was that I used serial.New2(...) and alfcen used serial.New1 and parameters were set separate.
Reply With Quote