Begin3 Title: ptlrc Version: 0.5 Entered-date: 2009-08-14 Description: terminal program for use with PIC projects default 19200 Baud, 8 bits, no parity, /dev/ttyS1 To unpack: tar -zxvf ptlrc-0.5.tgz cd ptlrc-0.5 See README Changes 0.3: Device name can now be specified on the command line, allowing for example also /dev/ttyUSB0 to be used. 0.4: Added more baudrates. 0.5: Output one byte at the time, this allows using the 'tee' program to see the output and log it at the same time: ptlrc -d /dev/ttyUSB1 -b 9600 | tee temp.log Keywords: terminal, serial, RS232, PIC Author: Jan Panteltje panteltje@yahoo.com Maintained-by: panteltje@yahoo.com Primary-site: ftp://sunsite.unc.edu/pub/linux/apps/ Alternate-site: http://panteltje.com/panteltje/pic/io_pic/ (homepage) Platforms: LINUX, UNIX Copying-policy: GPL End