Is there a wxpython method/control to access serial ports on Mac OS X,
MSW, linux, etc ??
My primary platform is OS X but I would like to have the option of using
other platforms too.
Thanks, Brendan.
Is there a wxpython method/control to access serial ports on Mac OS X,
MSW, linux, etc ??
My primary platform is OS X but I would like to have the option of using
other platforms too.
Thanks, Brendan.
I like pyserial. Download and install the pyserial module, then do an ‘import serial’. Pyserial comes with several examples which tend to be overly complex, but at least they demonstrate some of the features.
Tom
On Sat, 2009-06-13 at 21:04 +1000, Brendan Simon wrote:
Is there a wxpython method/control to access serial ports on Mac OS X, MSW, linux, etc ?? My primary platform is OS X but I would like to have the option of using other platforms too. Thanks, Brendan.