[Pythonmac-SIG] pyserial. am I using it wrong?

2006-11-22 Thread adam naples
Hi, I'm running Tiger with a keyspan usb to serial adapter. I'm trying to get python to communicate with an eye-tracker that continually spits out coordinates everything seems fine when I import the module, but it seems like it only reads in the first 1020 lines of data when create a new serial

Re: [Pythonmac-SIG] pyserial

2005-11-25 Thread Pascal Oberndoerfer
altern at [EMAIL PROTECTED]: > Pascal Oberndörfer(e)k dio: >>> hi >>> >>> i am trying to use pyserial to program some hardware via serial. It >>> compiled easily without errors. But the scan.py doesnt actually >>> recognise any serial devices. However I tried using Processing (java) >>> and it de

Re: [Pythonmac-SIG] pyserial

2005-11-25 Thread Roger Binns
> Is this helpful for a USB to Serial converter? Yes. That is actually what many cell phone cables are. > I need to talk to a weather > station and I'm looking for some information about how to open an i/o stream > across the kensington usb/serial converter. There is no standard for talking to

Re: [Pythonmac-SIG] pyserial

2005-11-24 Thread Adam Bridge
On Thursday, November 24, 2005 Adam Bridge thoughtfully wrote: >On Thursday, November 24, 2005 Roger Binns thoughtfully wrote: > >>> i was wondering if anyone has tried to use this library on OSX, i am not >>> sure that it actually supports it. >> >>pyserial works fine on Mac. I've been using it

Re: [Pythonmac-SIG] pyserial

2005-11-24 Thread Adam Bridge
On Thursday, November 24, 2005 Roger Binns thoughtfully wrote: >> i was wondering if anyone has tried to use this library on OSX, i am not >> sure that it actually supports it. > >pyserial works fine on Mac. I've been using it for years in BitPim. > >Roger Is this helpful for a USB to Serial co

Re: [Pythonmac-SIG] pyserial

2005-11-24 Thread Roger Binns
> i was wondering if anyone has tried to use this library on OSX, i am not > sure that it actually supports it. pyserial works fine on Mac. I've been using it for years in BitPim. Roger ___ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://ma

[Pythonmac-SIG] pyserial

2005-11-23 Thread altern
hi i am trying to use pyserial to program some hardware via serial. It compiled easily without errors. But the scan.py doesnt actually recognise any serial devices. However I tried using Processing (java) and it detects several devices like mouse, modem, etc ... i was wondering if anyone has tr

Re: [Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Mark Baxter
On Sep 3, 2005, at 2:05 AM, Bob Ippolito wrote:Because "import serial" imports whatever thing it finds named serial, and it's not finding PySerial because you have a module named serial.py.  If the PySerial documentation says "name your script serial.py", then it's dumb because that won't work.-bob

Re: [Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Bob Ippolito
On Sep 2, 2005, at 5:02 PM, Mark Baxter wrote:On Sep 3, 2005, at 1:57 AM, Bob Ippolito wrote:Don't name your module serial.Is there any particular reason why? The PySerial website (http://pyserial.sourceforge.net/) seems to think that it works and all I have done is try to follow the examples.Becau

Re: [Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Mark Baxter
On Sep 3, 2005, at 1:57 AM, Bob Ippolito wrote:Don't name your module serial.-bobIs there any particular reason why? The PySerial website (http://pyserial.sourceforge.net/) seems to think that it works and all I have done is try to follow the examples./MB

Re: [Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Bob Ippolito
On Sep 2, 2005, at 4:17 PM, Mark Baxter wrote:Hi all.Sorry if this is really basic, but I've been tearing my hair out searching all over the place. I'm a complete beginner to Python (but not programming in general, I'm more of a C++ man normally).I am trying to install PySerial on a basic MacPython

[Pythonmac-SIG] PySerial not working on Tiger

2005-09-02 Thread Mark Baxter
Hi all.Sorry if this is really basic, but I've been tearing my hair out searching all over the place. I'm a complete beginner to Python (but not programming in general, I'm more of a C++ man normally).I am trying to install PySerial on a basic MacPython installation on 10.4. As is suggested by the