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

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2015-12-15 Thread Rushali Watane
Steve (Gadget) Barnes hotmail.com> writes: > > > On 15/12/2015 06:41, Rushali Watane wrote: > > David Goncalves lestat.st> writes: > > > >> > >> Hi, > >> > >> Stefan Johansson wrote: > >>> You can find a link to ceserial in the archives: > >>> http://mail.python.org/pipermail/pythonce/2006-

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2015-12-15 Thread Adam Walley
l > > I have used it successfully on my Dell Axim. > > > > Stefan > > > > - Original Message > > From: David Goncalves lestat.st> > > To: Luke Dunstan hotmail.com> > > Cc: pythonce python.org > > Sent: Monday, January 8, 2

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2015-12-14 Thread Steve (Gadget) Barnes
On 15/12/2015 06:41, Rushali Watane wrote: > David Goncalves lestat.st> writes: > >> >> Hi, >> >> Stefan Johansson wrote: >>> You can find a link to ceserial in the archives: >>> http://mail.python.org/pipermail/pythonce/2006-September/001589.html >>> I have used it successfully on my Dell

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2015-12-14 Thread Rushali Watane
om: David Goncalves lestat.st> > To: Luke Dunstan hotmail.com> > Cc: pythonce python.org > Sent: Monday, January 8, 2007 4:08:58 PM > Subject: Re: [PythonCE] Accessing serial port with PythonCE 2.5 > > Hi, > > > Well there is no "serial" module included with

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2007-01-11 Thread David Goncalves
Hi, Stefan Johansson wrote: You can find a link to ceserial in the archives: http://mail.python.org/pipermail/pythonce/2006-September/001589.html I have used it successfully on my Dell Axim. Thanks a lot for that link. I downloaded CeSerial and started to listen to my serial port only with 3

[PythonCE] Accessing serial port with PythonCE 2.5

2007-01-02 Thread David Goncalves
Hi, Everything is in the subject ;) Is there any way to access the serial port with that build of PythonCE ? I've not found any 'serial' module to import. Regards. ___ PythonCE mailing list PythonCE@python.org