search for: multicharacter

Displaying 7 results from an estimated 7 matches for "multicharacter".

2003 Oct 12
1
Feedback request: AGI GET DATA change - termination digits
...ess there's a compatibility issue with stuff that's out there already but if it was an optional 4th parameter this would be backwards compatible. Proposed new syntax: GET DATA <filename> <timeout> <maxdigits> <terminator> If terminator is specified (and it may be multicharacter, like "*#" to give me the functionality above), return the digit string collected so far, including the terminating digit. The calling app can strip the trailing character if needed. Thoughts? Cheers Paul
2003 Oct 19
0
Feedback request: AGI GET DATA change termination digits
...#39;s out there already >> but if it was an optional 4th parameter this would be backwards compatible. >> >> Proposed new syntax: >> GET DATA <filename> <timeout> <maxdigits> <terminator> >> >> If terminator is specified (and it may be multicharacter, like "*#" to give >> me the functionality above), return the digit string collected so far, >> including the terminating digit. The calling app can strip the trailing >> character if needed. >> >> Thoughts? >> >> Cheers >> Paul >>...
2003 Sep 17
3
More files randomly corrupted
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Still having that problem with samba seemingly corrupting files, it seems to be the same files that are corrupted again and again, yet they are corrupted differently and sometimes not. I ran my md5 summer against one file ch02.pdf, and it almost contineously corrupts, I checked in a hex editor and there are some differences. Yet the problem is that
2011 Oct 03
2
patch: Replace many usleep and some sleep calls with nanosleep
...-- a/drivers/apcsmart.h 2011-05-31 13:36:49.000000000 +0300 +++ b/drivers/apcsmart.h 2011-08-17 01:15:16.000000000 +0300 @@ -40,8 +40,10 @@ /* alert characters we care about - OL, OB, LB, not LB, RB, OVER, not OVER */ #define POLL_ALERT "$!%+#?=" -#define UPSDELAY 50000 /* slow down multicharacter commands */ -#define CMDLONGDELAY 1500000 /* some commands need a 1.5s gap for safety */ +#define UPSDELAY 50e6 /* slow down multicharacter commands */ +/* some commands need a CoManD LONG DELay of 1.5s gap for safety */ +#define CMDLONGDELS 1 /* 1 sec out of 1.5s */ +#d...
2011 Mar 05
19
[RFC apcsmart V3 00/18] apcsmart driver updates
Sorry for a bit longer delay than I anticipated, I was stuffed with the work. This is the next iteration of the patch adding some functionality to apcsmart driver, and relying on 'ignorelb' recently added. Follow up from previous thread: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02331.html Main differences is that V3 is split into many small patches, so the
2011 Jan 25
1
[RFC] Updates to ACP smart driver
This patch introduces a handful of new options, I mentioned earlier in: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02088.html See the large commit message in the follow-up for the details and rationale. I realize it's a bit larger diff - so if it's required I can split it into few smaller ones. Michal Soltys (1): APC smart driver update and new features.
2011 Feb 07
4
[PATCH/RFC v2 0/3] Updates to ACP smart driver
This is 2nd version of the earlier patch featuring a few new features and fixes to the apcsmart driver, following the remarks in: http://www.mail-archive.com/nut-upsdev at lists.alioth.debian.org/msg02294.html Major changes from v1: - handle battery.charge and battery.runtime checks at main.c level - handle "immutable but writable" conflict gracefully at driver level -