I am using ipython on Mac OS 10.5 with python 2.5.1 (I would actually like to use ipython for 2.6.1, but it doesn’t seem to be available?) I installed ipython via easy_install. It works but is missing gnu readline (needed for nice searching of command line history with ctrl-R, etc.) I found a blog post […]
Category: readline
Serial port dropping data with Readline()
I am using serial port to read the data off the scale that is attached to the thin client. In 99% of cases the data is read correctly – ie whatever is on the scale is what is captured by the application. However, sometimes, it looks like data is dropped. For instance instead of 90.007 […]