-
cliechti made 3 file-release changes.
2010-01-02 20:10:03 UTC in Python Serial Port Extension
-
cliechti made 2 file-release changes.
2010-01-02 20:09:01 UTC in Python Serial Port Extension
-
cliechti made 1 file-release changes.
2010-01-02 20:08:01 UTC in Python Serial Port Extension
-
cliechti made 2 file-release changes.
2010-01-02 20:07:02 UTC in Python Serial Port Extension
-
cliechti made 1 file-release changes.
2010-01-02 20:06:01 UTC in Python Serial Port Extension
-
You have some sort of ping-pong communication, expecting an answer, to each 4 byte packet, on the uC within a few milliseconds?
This sort of control can not be implemented with pyserial. Depending on operating system and CPU load the thread reading or writing might only get time every 15ms or slower. Such very short reaction times to send an answer upon received data can not be guaranteed...
2010-01-02 01:26:06 UTC in Python Serial Port Extension
-
The next release will use select again and the poll implementation will be available in a separate PosixPollSerial class for testing.
2010-01-01 23:27:24 UTC in Python Serial Port Extension
-
This may be related to the fact that Python 2.5 was used to make the exe. Does it work when Python 2.6 is used to create the installer? (python setup.py bdist_wininst).
2010-01-01 23:23:37 UTC in Python Serial Port Extension
-
That is probably a problem with the new implementation with ctypes where one type in one of the structs is of different size on 64 bit systems.
2010-01-01 23:21:17 UTC in Python Serial Port Extension
-
Thank you very much for spotting this. Patch is committed.
2009-12-25 16:33:19 UTC in Python Serial Port Extension