Serial2 problem

Henry

Member
Licensed User
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.
 
Top