pyserial

Encapsulates the access for the serial port. It provides backends for Python running on Windows, Linux, BSD (possibly any POSIX compliant system), Jython and IronPython (.NET and Mono), as stated in http://pyserial.sourceforge.net/.

SlackBuild page http://slackbuilds.org/repository/14.0/python/pyserial/.

Setup port

chmod 666 /dev/ttyUSB0 stty -F /dev/ttyUSB0 raw speed 9600 -crtscts cs8 -parenb -cstopb

Add a existing user to existing group

Add existing user tony to ftp supplementary/secondary group with the usermod command using the -a option ~ i.e. add the user to the supplemental group(s). Use only with -G option:

   1 usermod -a -G dialout userx

SlackBuild for Slackware 14 (32 bit)

Run commands:

pyserial-2.6-i486-1_SBo.tgz

SlackBuild for Slackware64 14 (64 bit)

Run commands:

pyserial-2.6-x86_64-1_SBo.tgz

Python/pyserial (last edited 2015-03-12 21:32:36 by 54)