
Signature
Ginny Caughey
.NET Compact Framework MVP
Ginny,
I am not sure on the serial protocol. I am using the example for
Serial communication from OpenNETCF. The application works fine on the
following models. (HP rx1945, rx1950, rz1710, Dell Axim x50, x51,
x51v, & Symbol SPT8800.) So I have 7 models that work. And 3 models
that don't (HP hx2190, hx2490, & hx2790)
Does each of these models have different serial protocol?
How can I tell?
Could there be different drivers installed?
Thanks,
Ginny Caughey [MVP] - 10 Jan 2006 15:27 GMT
Mader,
I meant the protocol for the serial device - the GPS, printer, or whatever
you're connecting to from the CE device, and you should have documentation
for those devices from the manufacturer. That your code works fine on some
CE devices and not others would imply something different about those
devices.

Signature
Ginny Caughey
.NET Compact Framework MVP
> Ginny,
>
[quoted text clipped - 11 lines]
>
> Thanks,
<ctacke/> - 11 Jan 2006 01:38 GMT
Do you have an oscilloscope you can put on the Tx/Rx lines? That's the best
place to start.
-Chris
> Ginny,
>
[quoted text clipped - 11 lines]
>
> Thanks,
Mader - 11 Jan 2006 14:20 GMT
Chris,
Yes I can try an oscilloscope. But I don't know what I will gain. The
HP devices are able to send contacts and files to other PDA's. It just
isn't working with 'OpenNETCF.IO.Serial - SerialCSharp Example'.
Would the HP models need different port setting?
I have tried COM1 - COM8. I believe that the correct port is COM2.
Thanks,
Mader
Ginny Caughey [MVP] - 11 Jan 2006 15:34 GMT
Mader,
Unless your HP models are connected to other devices using serial
communications, I'm not sure what difference that would make. And if they
are using serial communication, then perhaps the port you need is not
available to your app.

Signature
Ginny Caughey
.NET Compact Framework MVP
> Chris,
>
[quoted text clipped - 8 lines]
> Thanks,
> Mader