AorWrite is short commandline tool to communicate with AOR-AR8200
handheld scanner radio. 

Install
=======

Edit aorwrite.c correct com-port settings. Save file and compile (make).
After compiling copy excutable anywhere you like, or use install (make
install) to copy aorwrite to /usr/local/bin. 

Usage
=====

aorwrite <command>

After command is send, program reads reply from scanner and print it on
screen.

Commands
========

Get command complete AOR RS-232 protocol listing for AR8200 from AOR's
website. URL is http://www.aoruk.demon.co.uk/cc8200.pdf 

Examples
========

To read current frequency		aorwrite RX
To read current signal strenght		aorwrite LM
To set RX frequency 433.500 MHz		aorwrite RF433.500
To start bank d-scanning		aorwrite MSd
To exit RS-232 control			aorwrite EX
To force squelch open			aorwrite MC2
To return squelch normal operation	aorwrite MC0

Note1: This program IS case sensitive.
Note2: Some commands doesn't cause reply. You may see warnings.

Legal & author
==============

This program is freeware. Modify as much you want, but keep info about
original author. 

29.8.1999 Kari Karvonen <karika@kaustinen.fi>
