RxPortIO: Difference between revisions
Jump to navigation
Jump to search
Created page with "This is a REXX-callable DLL that provides hardware read and write services to OS/2 Warp 3.0 and later REXX programs. With rxPortIO you can easily access hardware like digital..." |
mNo edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
This is a REXX-callable DLL that provides hardware read and write services to OS/2 Warp 3.0 and later REXX programs. With rxPortIO you can easily access hardware like digital I/O, data acquisition and other boards that require I/O read and write. rxPortIO is ideal for prototyping hardware for both, the Professional and Hobbyist. Full documentation and sample REXX and | This is a REXX-callable DLL that provides hardware read and write services to OS/2 Warp 3.0 and later REXX programs. With rxPortIO you can easily access hardware like digital I/O, data acquisition and other boards that require I/O read and write. rxPortIO is ideal for prototyping hardware for both, the Professional and Hobbyist. Full documentation and sample REXX and VisPro/REXX program source included. | ||
==Author== | ==Author== | ||
Line 9: | Line 6: | ||
==Links== | ==Links== | ||
* [http://web.archive.org/web/20091223220550/http://home.att.net:80/~lpainfo/induapps.html Archived WebSite] | * [http://web.archive.org/web/20091223220550/http://home.att.net:80/~lpainfo/induapps.html Archived WebSite] | ||
* [https://github.com/OS2World/DEV-SAMPLES-REXX-rxPortIO Source code at Github] | |||
[[Category:Libraries]] | [[Category:Libraries]] |
Latest revision as of 08:26, 6 January 2020
This is a REXX-callable DLL that provides hardware read and write services to OS/2 Warp 3.0 and later REXX programs. With rxPortIO you can easily access hardware like digital I/O, data acquisition and other boards that require I/O read and write. rxPortIO is ideal for prototyping hardware for both, the Professional and Hobbyist. Full documentation and sample REXX and VisPro/REXX program source included.