search for: cypress_command

Displaying 3 results from an estimated 3 matches for "cypress_command".

2014 Oct 17
2
New version of riello driver
Hi all, attached there is a patch for a new version of riello drivers: Changes: - small changes in riello_usb.c that solved some problem with managing transmission errors between the raspberry pi and Riello ups (thanks to Fredrik ?berg): introducing timeout in reading ups data in cypress_command; enhanced handling error codes; - small changes in Riello_ser.c: enhanced handling error codes; Cheers, Elio Parisi. -------------- next part -------------- A non-text attachment was scrubbed... Name: riello.diff.gz Type: application/x-gzip Size: 4665 bytes Desc: riello.diff.gz URL: <http...
2014 Jan 29
1
NUT and UPS TS Shara
...to input the sub-routine "sgs_command" located in blazer_usb.c.txt in the nut code? So that any user is able to download and install the software directly from the NUT site, without any other additional file like the one attached. This should not be too hard. Is the major difference from cypress_command() that the commands are transferred in 7-byte chunks instead of 8-byte? > We would also like that the software interface displaying all the status of the UPS is fully written in Portuguese. Is that possible? In order to keep the network protocol and drivers simple, the status is not translated...
2014 Jan 31
2
NUT and UPS TS Shara
...he sub-routine "sgs_command" located in blazer_usb.c.txt in the nut code? So that any user is able to download and install the software directly from the NUT site, without any other additional file like the one attached. > > This should not be too hard. Is the major difference from cypress_command() that the commands are transferred in 7-byte chunks instead of 8-byte? > Correction: The chunks are up to 7 bytes. The size of chunk is indicated by the first byte. When this byte is = 0, this is end of transmission. > > > We would also like that the software interface displa...