Jump to content

RxComm: Difference between revisions

From EDM2
Created page with "REXX Communication Library. This DLL is a library for easily operating COM Port (RS-232C) with REXX. ;Files * RxComm.dll ==License== Author: Kazuo Adach * Shareware ==Links==..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 1: Line 1:
REXX Communication Library. This DLL is a library for easily operating COM Port (RS-232C) with REXX.
REXX Communication Control Library provides RxComm.dll for easily operating COM ports (RS-232C) with REXX.
;Files
 
* RxComm.dll
Shareware by: Kazuo Adach
==License==
 
Author: Kazuo Adach
==Functions==
* Shareware
*RxCommLoadFuncs
*RxCommDropFuncs
*RxCommGetVersion
*RxCommPort
*RxCommOpen
*RxCommClose
*RxCommRead
*RxCommWrite
*RxCommSignal
*RxCommBreak
*RxCommSetup
*RxCommOption
*RxCommLog
 
==Version==
*1.5
*1.6 (Oct 1999)


==Links==
==Links==
* [http://www.os2site.com/sw/dev/rexx/libs/rxcomm16.zip Version 1.6]
* [https://ftp.vector.co.jp/12/31/1093/rxcomm16.zip rxcomm16.zip]
 


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Latest revision as of 02:38, 3 January 2021

REXX Communication Control Library provides RxComm.dll for easily operating COM ports (RS-232C) with REXX.

Shareware by: Kazuo Adach

Functions

  • RxCommLoadFuncs
  • RxCommDropFuncs
  • RxCommGetVersion
  • RxCommPort
  • RxCommOpen
  • RxCommClose
  • RxCommRead
  • RxCommWrite
  • RxCommSignal
  • RxCommBreak
  • RxCommSetup
  • RxCommOption
  • RxCommLog

Version

  • 1.5
  • 1.6 (Oct 1999)

Links