For gui, you can use minicom or gtkterm. For python, you can check this out. http://stackoverflow.com/questions/676172/full-examples-of-using-pyserial-package
Do ensure that your permissions for the port are set correctly. You can use the command 'dmesg' to find out the debug messages that are logged while your computer initializes the external connection. That will contain the device id (USB-to-serial converters generally appear as /dev/ttyUSB0). Cheers, Abraham On Mon, Jul 29, 2013 at 11:28 AM, raja rajan <[email protected]> wrote: > somebody please help me in accessing serial port in linux using php, > phython or with gui using QT or any other s/w > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > ILUGC Mailing List Guidelines: > http://ilugc.in/mailinglist-guidelines > -- Abraham P Vinod Senior Undergraduate Department of Electrical Engineering Indian Institute of Technology, Madras Chennai, India Ph: 091-9445414989 Email: [email protected] _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc ILUGC Mailing List Guidelines: http://ilugc.in/mailinglist-guidelines
