Amiga-to-PSX upload tool for Yaroze - 14-Jun-97 21:58:31 ----------------------------------------------------------------------------- Hello! This is the source for my simple SIOCONS program for the Amiga. The program consists of the following c-files: upload.c - Contains the interesting stuff and main() serial.c - Contains functions for setting up the serial interface and for receiving and sending bytes through it. tools.c - Contains some helper functions parse.c - Contains the code that parses the batch files and executes the commands. The program is pretty simple and still lacks a lot of features found on the PC-version of SIOCONS. But it works.. :-) There's still some debugging code here and there.. The program is compiled using SAS/C v6.57 - I don't know if it needs changes to work with other Amiga compilers. The program and source are Freeware. It's okay for you to use the source to make a program of your own on your preferred system. (c) Copyright 1997 Jon Rocatis jon@funcom.com Enjoy! ----------------------------------------------------------------------------- History: (newest on top) 14-Jun-97 NEW - Baudrate is specified in "baudrate.txt" instead of being hardcoded. 13-Jun-97 NEW - Optional loading of data files when processing batch files (ex: 'Upload auto nd' - The 'nd' specifies "No Data") NEW - After uploading the program will output strings send by PSX CHG - A more 'condensed' console output when uploading files -----------------------------------------------------------------------------