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:module object has no attribute Serial
how can i make it work?
-- http://mail.python.org/mailman/listinfo/python-list