Serial port access on Linux is nothing like it is on Windows. How are reading the serial port?
···
On Wed, 14 Dec 2005 16:55:40 -0500, "Gordon Williams" <g_will@cyberus.ca> wrote:
I have been knocking my head against the wall for the last couple of days
with this problem. This is my first try on Linux and it is not going
well....I have a wxPython program that was created and works on Windows and I need
to use this under Linux. I thought that this would be as simple as copying
the files over and running but apparently not. The application's main
thread is the GUI and all GUI interaction is through the main thread.
Another thread reads data on the serial port and copies it to disk. Time
and bytes received are transmitted back to the main thread and the main
thread then displays this info.
--
Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.