search for: copanitalia

Displaying 13 results from an estimated 13 matches for "copanitalia".

2014 Jun 23
4
[PATCH] Support for ASEM UPS on Linux/i2c
On 18/06/2014 04:17, Charles Lepple wrote: > On Jun 13, 2014, at 2:53 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > >> As said in previous mail, I just finished a first working version of a driver for the UPS found on ASEM PB1300 device >> (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) >> Linux only, accessed through i2c/SMBUS. >> If yo...
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: > Nevermind, please try the one attached, just created by > > git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am > drivers/asem.c > asem.patch > > Just applied it on current master (80d9534a133da170cade150700407920450a9753) > and se...
2014 Jul 14
2
[PATCH] Support for ASEM UPS on Linux/i2c
On 07/07/2014 15:03, Charles Lepple wrote: > Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: > >> Nevermind, please try the one attached, just created by >> >> git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am >> drivers/asem.c > asem.patch >> >> Just applied it on current master (80d9534a133da170cade150700407...
2014 Jun 13
2
[PATCH] Support for ASEM UPS on Linux/i2c
...ce/pb1300/) Linux only, accessed through i2c/SMBUS. If you can spare some time, please review. Expecially my autotools skills are ehm... a bit rusty. -- Giuseppe Corbelli WASP Software Engineer, Copan Italia S.p.A Phone: +390303666318 Fax: +390302659932 E-mail: giuseppe.corbelli at copanitalia.com -------------- next part -------------- A non-text attachment was scrubbed... Name: asem.patch Type: text/x-patch Size: 16847 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20140613/b8b1efa0/attachment.bin>
2014 Jul 07
2
[PATCH] Support for ASEM UPS on Linux/i2c
On 07/07/2014 15:03, Charles Lepple wrote: > Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: > >> Nevermind, please try the one attached, just created by >> >> git diff -p 80d9534 configure.ac data/driver.list.in drivers/Makefile.am >> drivers/asem.c > asem.patch >> >> Just applied it on current master (80d9534a133da170cade150700407...
2014 Jul 08
2
[PATCH] Support for ASEM UPS on Linux/i2c
...#defined in <stddef.h> the attached patch #includes <stdio.h> in AC_CHECK_DECLS. Tested on an ubuntu 12.10 x64, seems to solve the issue. -- Giuseppe Corbelli WASP Software Engineer, Copan Italia S.p.A Phone: +390303666318 Fax: +390302659932 E-mail: giuseppe.corbelli at copanitalia.com -------------- next part -------------- A non-text attachment was scrubbed... Name: asem.patch Type: text/x-patch Size: 552 bytes Desc: not available URL: <http://lists.alioth.debian.org/pipermail/nut-upsdev/attachments/20140708/ab8739d5/attachment.bin>
2014 Jul 09
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jul 8, 2014, at 3:29 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > Seems that on x64 architectures NULL is not #defined in <stddef.h> > the attached patch #includes <stdio.h> in AC_CHECK_DECLS. Tested on an ubuntu 12.10 x64, seems to solve the issue. I am a little confused as to how you are testing this :-) The driver still wo...
2014 Jun 18
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jun 13, 2014, at 2:53 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > As said in previous mail, I just finished a first working version of a driver for the UPS found on ASEM PB1300 device > (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) > Linux only, accessed through i2c/SMBUS. > If you can spare some tim...
2014 Jul 07
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jul 7, 2014, at 10:10 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > On 07/07/2014 15:03, Charles Lepple wrote: >> Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: >> >>> Nevermind, please try the one attached, just created by >>> >>> git diff -p 80d9534 configure.ac data/dri...
2014 Jul 14
0
[PATCH] Support for ASEM UPS on Linux/i2c
On Jul 14, 2014, at 5:43 AM, Giuseppe Corbelli <giuseppe.corbelli at copanitalia.com> wrote: > On 07/07/2014 15:03, Charles Lepple wrote: >> Giuseppe Corbelli <giuseppe.corbelli <at> copanitalia.com> writes: >> >>> Nevermind, please try the one attached, just created by >>> >>> git diff -p 80d9534 configure.ac data/dri...
2014 May 28
2
New driver for ASEM UPS
...quest on github or a patch here? *) I would patch configure to add a --with-i2c option *) Linux only, on Windows there's vendor provided software. -- Giuseppe Corbelli WASP Software Engineer, Copan Italia S.p.A Phone: +390303666318 Fax: +390302659932 E-mail: giuseppe.corbelli at copanitalia.com
2014 Aug 28
1
[PATCH] Support for ASEM UPS on Linux/i2c
Giuseppe, One more question about your driver: should we put a recommendation for the "port" name in the man page? Looking at the code, it seems like it should be "/dev/i2c-0" or similar. Thanks, -- Charles Lepple clepple at gmail
2014 May 28
0
New driver for ASEM UPS
On May 28, 2014, at 3:01 AM, Giuseppe Corbelli wrote: > Hi all > I'm developing a NUT driver for a custom UPS found on ASEM PB 1300 devices > (http://www.asem.it/prodotti/industrial-automation/box-pcs/performance/pb1300/) > > It's based on some custom charger and a bq2060 battery monitor, talk to it on i2c bus. Looks interesting! > I will have something usable in a