Skip to content

Module for reading ibutton devices through the DS2490 chipset via usb. Uses pyusb and libusb

License

Notifications You must be signed in to change notification settings

ogelpre/python_ds2490

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_ds2490

Description

Module for reading ibutton devices through the DS2490 chipset via usb. Uses pyusb and libusb

Example usage

from python_ds2490.master import ds2490

device = ds2490.DS2490Master()

while True:
	result = device.OneDeviceSearch()
	if result:
		print(hex(result))
		break

Dependencies

  • pyusb
  • libusb

About

Module for reading ibutton devices through the DS2490 chipset via usb. Uses pyusb and libusb

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%