OW2 :: Aspire RFID :: OneWire API Command

Description
shell command to inspect OneWire adapters and devices connected to the host
For more details on how to use this bundle, refer to the /doc/readme.html file embedded in the bundle jarfile.

Contributors

Version
0.1.0-SNAPSHOT

License
LGPL v2.1

Services

Properties

Requirements

  • gnu.io

  • Build

    1. build with Maven2 "mvn clean package install"

    Settings
    None

    Usage

    -> ow help
    ow prop                  : list the properties
    ow list                  : list the available devices on the default adapter
    ow list <name> <port>    : list the available devices on the default adapter
    ow listAll               : list the available devices on all adapters
    ow adapters              : list the available adapters
    ow help                  : display this help
    
    
    -> ow list
    Adapter: {DS9490} Port: USB1
    BD000801A332FA10: DS1920 (DS18S20) Digital thermometer measures temperatures ...
    830000002C575881: DS1990A (DS2401,DS2411) 64-bit unique serial number
    27000000CD3B8D2D: DS1972 (DS2431) 1K-Bit protected 1-Wire EEPROM.
    
    -> ow list {DS9490} USB1
    
    

    Windows DLL are provided in the "1-Wire Drivers" http://www.maxim-ic.com/products/ibutton/software/tmex/index.cfm
    
    Tested with adapters under Windows 
    # {DS9490} Port: USB1
    
    To be tested with adapters
    # adapterName=DS9097U on COM ports (could run without DLL ibtmjava.dll) -> product name DS9097U-9 see http://www.ibutton.com/products/readers.html
    # adapterName={DS9097U} on COM ports (required DLL Ib97u32.dll) -> product name DS9097 see http://www.ibutton.com/products/readers.html
    # adapterName={DS9097E} on COM ports (required DLL Ib97e32.dll)
    # adapterName={DS9490}  on USB ports (required DLL ib90usb.dll)
    # adapterName={DS1410E} on LPT ports (required DLL Ib10e32.dll)