Com to Keyboard 1.2
(c) 1999-2002 Henrich Fukna
fuky@azet.sk
------------------------------------


License
-------
Program is released under the GPL license. For further information
please read the COPYING file.


Introduction
------------
Com to Keyboard utility places the input chars from serial port to the
keyborad buffer. You may use it as a similar remote control or use the
non-standard devices like a EAN scaners and etc.


Installation
------------
Download the comkbd<xy>.zip, where <xy> is the version number. Extract
files from the .zip to the directory where you wishes.


System requirements
-------------------
- DOS 3.0 or higher
- Processor i80286 or higher
- 16kB of free memory


Usage
-----
Usage: COMKBD [-uqh?L iPORT,IRQ,BAUD,DATA,PARITY,STOP]

Options:
  u        remove program from memory
  q        be quiet
  h, ?     display this help screen
  L        display software licence

  iPORT,IRQ,BAUD,DATA,PARITY,STOP
   PORT    port address (hexadecimal)
   IRQ     interrupt request: 3, 4, 5, 9, 10, 11, 12 or 15
   BAUD    baud rate (decimal)
   DATA    data bits: 5, 6, 7 or 8
   PARITY  parity bit: (n)one, (e)ven or (o)dd, (m)ark, (s)pace
   STOP    stop bits: 1 or 2

Default: -i3F8,4,9600,8,N,1


History
-------
15.01.1999    1.0       - first version

29.01.1999    1.1       - added command line options
                        - added memory remove function
                        - added status prints

31.03.2002    1.1       - documentation review

22.05.2002    1.2       - huge code rewriting
                        - GNU/GPL licence
