TransIt
1991-06-27

There was no documentation found for this program. 

This is an OS/2 command line utility that seems to be used to transfer files with a serial cable between two computers. It transfers data via serial COM1 port. It's a driver, it's an executable that likely makes use of the normal file API and devioctl calls.

== SYNTAX ==
 transit <r[o][g]|s[t][g] {<path-name>}>

It seems that "r" stands for "receive" and "s" for "send".

That would make it likely that you run this app on both sides of the serial connection in order to transmit a file.
