PKG-INFO 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. Metadata-Version: 1.1
  2. Name: cp210x-program
  3. Version: 1.0
  4. Summary: Provides access to the EEPROM in an Silabs CP210x
  5. Home-page: http://cp210x-program.sourceforge.net/
  6. Author: Petr Tesařík
  7. Author-email: cp210x@tesarici.cz
  8. License: GNU LGPL
  9. Description:
  10. The goal of this library is to provide access to the EEPROM of an Silabs CP210x
  11. under Linux.
  12. The CP210x is an USB-to-serial chip used in a lot of USB devices (similar to
  13. FTDIs and PL2303). The CP210x has a EEPROM on the chip which can be programmed
  14. via USB. Silabs provides already a library and gui programm to program this
  15. EEPROM, but only for windows.
  16. For more information see:
  17. * http://www.silabs.com/tgwWebApp/public/web_content/products/Microcontrollers/Interface/en/interface.htm
  18. * http://www.silabs.com/public/documents/tpub_doc/anote/Microcontrollers/Interface/en/an144.pdf
  19. Requires:
  20. * libusb: http://libusb.sourceforge.net/
  21. * ctypes: http://starship.python.net/crew/theller/ctypes/
  22. Platform: POSIX
  23. Classifier: License :: OSI-Approved Open Source :: GNU Library or Lesser General Public License (LGPL)
  24. Classifier: Intended Audience :: Manufacturing
  25. Classifier: Development Status :: 4 - Beta
  26. Classifier: Topic :: System :: Hardware :: Hardware Drivers
  27. Classifier: Programming Language :: Python
  28. Classifier: Operating System :: POSIX :: Linux
  29. Classifier: Operating System :: POSIX :: BSD :: FreeBSD
  30. Classifier: Operating System :: MacOS :: MacOS X