T
tclancey
Hi All.
I have a customer requirement to capture bar code data from a blue tooth
scanner on a PA600 Windows Mobile 5.0 device.
I was getting on ok, the scanner connects and all looks fine until I try to
'get' the data from the associated com port.
I've set up the handler and the code to capture the incoming data is simply:
Dim dat as String = port.ReadLine
This is where I get a load of error info, basically it's a null reference
exception. How can there be a null value if data is being received?
I was getting a different error until I upgraded the CF to SP2, but I can't
remember what the error was.
Someone must have got around this before, any information gratefully
received.
Cheers,
Tull.
I have a customer requirement to capture bar code data from a blue tooth
scanner on a PA600 Windows Mobile 5.0 device.
I was getting on ok, the scanner connects and all looks fine until I try to
'get' the data from the associated com port.
I've set up the handler and the code to capture the incoming data is simply:
Dim dat as String = port.ReadLine
This is where I get a load of error info, basically it's a null reference
exception. How can there be a null value if data is being received?
I was getting a different error until I upgraded the CF to SP2, but I can't
remember what the error was.
Someone must have got around this before, any information gratefully
received.
Cheers,
Tull.