Re: [PythonCE] Accessing serial port with PythonCE 2.5

2015-12-16 Thread Rushali Watane
Hi,

Please do help me. I have tried with this essential step but not able to 
read the data.
Please do needful.

Regards
Rushali


___
PythonCE mailing list
PythonCE@python.org
https://mail.python.org/mailman/listinfo/pythonce


Re: [PythonCE] Accessing serial port with PythonCE 2.5

2015-12-16 Thread Adam Walley
Hello,

Just to add to my previous message, the ceserial module uses ctypes to
access the same functionality which would be used by a WinCE application
written in VB or C#. I have just checked and Microsoft appear to still have
the reference pages available, so you may find that the following link can
guide you in checking the serial communications:

https://msdn.microsoft.com/en-us/library/aa450503.aspx

(I am assuming WinCE version 5.0, but I think WinCE 6.0 and later versions
will also be available)

For checking your device is communicating as expected, you could try to use
a third party terminal program that can also access the serial port. I
recall using vxHpc and also PocketPuTTY. These can be installed directly
onto the WinCE device and allow you to test the serial port. Then you can
try connecting the WinCE device directly to a computer to check
communication settings are correct, then connect your serial device
directly to a computer (just the regular troubleshooting steps really).

Good luck

AdamW


On 16 December 2015 at 09:11, Rushali Watane 
wrote:

> Hi,
>
> Please do help me. I have tried with this essential step but not able to
> read the data.
> Please do needful.
>
> Regards
> Rushali
>
>
> ___
> PythonCE mailing list
> PythonCE@python.org
> https://mail.python.org/mailman/listinfo/pythonce
>
___
PythonCE mailing list
PythonCE@python.org
https://mail.python.org/mailman/listinfo/pythonce