Begin3 Title: ptl2com Version: 0.3 Entered-date: 2010-01-07 Description: ptl2com is a program communicate with, and upload and download BASIC files to a MCS-BASIC embedded system via a serial port. Baudrate, and serial device name is selectable, and is kept after a restart. To unpack: tar -zxvf ptl2com-0.3.tgz cd ptl2com-0.3 Then follow the instructions in INSTALL. 0.1: This is a first release, was never released in public. 0.2: Fixed some segfaults because of files closed before FD.... Added debug mode. Added lsm file, README, INSTALL, CHANGES, LICENSE. Fixed for clean compile with -Wall. Added automatic setup directory creation. 0.3: Improved message when typing ^D. Prevented .bas.bas file from being generated. Some other small message printing changes. Replaced strstr() by strchr(). Keywords: RS232, serial port, MCS-BASIC, embedded, 8052AH Author: Jan Panteltje panteltje@yahoo.com Maintained-by: Jan Panteltje panteltje@yahoo.com Primary-site: ftp://sunsite.unc.edu/pub/linux/apps/misc/ Alternate-site: http://panteltje.com/panteltje/newsflex/download.html Platforms: LINUX, UNIX Copying-policy: GPL2 ONLY End