File: control

package info (click to toggle)
eep24c 0.1.2-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 280 kB
  • ctags: 103
  • sloc: ansic: 977; makefile: 87; sh: 24
file content (27 lines) | stat: -rw-r--r-- 934 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: eep24c
Section: electronics
Priority: extra
Maintainer: Pedro Zorzenon Neto <pzn@debian.org>
Build-Depends: debhelper (>> 3.0.0), po-debconf
Standards-Version: 3.7.2

Package: eep24c
Architecture: amd64 i386 kfreebsd-i386 kfreebsd-amd64
Depends: ${shlibs:Depends}
Description: read and write serial I2C eeprom devices
 eep24c is a program that can read and write I2C serial eeprom
 devices.
 .
 Currently supported devices are:
 24c01, 24c02, 24c04, 24c08, 24c16, 24c32, 24c64, 24c128,
 24c256, 24c512 and 24xx515
 .
 This program uses Intelhex file format.
 It comes also with two file converters: ihex2txt and txt2ihex
 that can help the user to edit data inside Intelhex files.
 .
 It needs a hardware to connect the eeprom to the parallel port
 of the PC. See /usr/share/doc/eep24c/ for hardware schematics.
 The hardware was designed to be simple and inexpensive.
 .
 The source code can also be compiled to work in DOS.