Rx1Wire: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "This is a REXX-callable DLL to access 1-Wire devices using the inexpensive DS9097U RS-232 based interface by Maxim. The DLL searches for all devices connected to the 1-Wire bu..."
 
Jugbogdan (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This is a REXX-callable DLL to access 1-Wire devices using the inexpensive DS9097U RS-232 based interface by Maxim. The DLL searches for all devices connected to the 1-Wire bus and displays the unique device ID. It can also read temperature if a DS1820 sensor is available.
This is a REXX-callable DLL to access 1-Wire devices using the inexpensive DS9097U RS-232 based interface by Maxim. The DLL searches for all devices connected to the 1-Wire bus and displays the unique device ID. It can also read temperature if a DS1820 sensor is available.
==Download==
* [http://hobbes.nmsu.edu/h-search.php?key=rxowire Hobbes]


==Author==
==Author==
* [[Lone Peak Automation]]
* [[Lone Peak Automation]]
==Links==
* [http://web.archive.org/web/20091223220550/http://home.att.net:80/~lpainfo/induapps.html Archived]
* rxowire.zip


[[Category:Libraries]]
[[Category:Libraries]]

Latest revision as of 23:52, 13 August 2023

This is a REXX-callable DLL to access 1-Wire devices using the inexpensive DS9097U RS-232 based interface by Maxim. The DLL searches for all devices connected to the 1-Wire bus and displays the unique device ID. It can also read temperature if a DS1820 sensor is available.

Author

Links