Re: Serial port access

2009-08-09 Thread Hendrik van Rooyen
On Sunday 09 August 2009 03:20:12 nipun batra wrote: > On Sun, Aug 9, 2009 at 2:11 AM, Chris Rebert wrote: > > On Sat, Aug 8, 2009 at 12:34 PM, nipun batra > > > > wrote: > > > Hi, > > > How can we access serial port using usb-serial converters,using python > > > in linux. > > > > PySerial might a

Re: Serial port access

2009-08-08 Thread nipun batra
Ok i managed to comunicate serially using pySerial,but only using Idle. but when i use it within Geany or Gedit,i get following errors Traceback most recent call last File "serial.py",line 3,in module import serial File"/home/nipun/serial.py",line 5,in module ser=serial.Serial() Attribute error:mod

Re: Serial port access

2009-08-08 Thread nipun batra
On Sun, Aug 9, 2009 at 2:11 AM, Chris Rebert wrote: > On Sat, Aug 8, 2009 at 12:34 PM, nipun batra > wrote: > > Hi, > > How can we access serial port using usb-serial converters,using python in > > linux. > > PySerial might also be an option: > http://pyserial.sourceforge.net/index.html > > Cheer

Re: Serial port access

2009-08-08 Thread Chris Rebert
On Sat, Aug 8, 2009 at 12:34 PM, nipun batra wrote: > Hi, > How can we access serial port using usb-serial converters,using python in > linux. PySerial might also be an option: http://pyserial.sourceforge.net/index.html Cheers, Chris -- http://blog.rebertia.com -- http://mail.python.org/mailman

Re: Serial port access

2009-08-08 Thread exarkun
On 04:34 pm, nipunredde...@gmail.com wrote: Hi, How can we access serial port using usb-serial converters,using python in linux.I want to further use pyGTK for Gui development after accessing serial data. Twisted supports serial ports and has good Gtk integration. http://twistedmatrix.com/p