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
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
> 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
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
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
> 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
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
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
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
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
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
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
12 matches
Mail list logo