Rx1Wire: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
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. | ||
==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://hobbes.nmsu.edu/download/pub/os2/dev/rexx/rxowire.zip | |||
[[Category:Libraries]] | [[Category:Libraries]] |
Revision as of 12:25, 6 January 2020
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.