Re: [PythonCE] the problem still exists..

2007-01-08 Thread Bandung
It sounds like you are almost there. Yes you need these three files in your windows directory TK84.DLL TCL84.DLL and celib.dll Make sure that you have the latest version possible that you can find for CELIB. I don't remember what mine is. I seem to think tht I found a CELIB ver 2.13 Google

Re: [PythonCE] Accessing serial port with PythonCE 2.5

2007-01-08 Thread David Goncalves
Hi, > Well there is no "serial" module included with PythonCE, but Python on > my PC doesn't have such a module either. I haven't done it myself on > PythonCE but I think the best way would be to use ctypes to access the > Win32 serial communications APIs. I have written some code to do this on