[Nut-upsdev] anybody familiar with these init(?) sequences?
Charles Lepple
clepple at gmail.com
Thu Mar 6 04:37:29 UTC 2008
On Wed, Mar 5, 2008 at 8:18 PM, AE sysadmin <ae.tech.i at gmail.com> wrote:
> Hi list,
>
> What would you recommend as the best RS232C monitor for
> Linux to start with?
I use strace. You can attach to a running process with "-p <pid>", and
you can tell it to dump hex versions of the I/O data with "-xx". If it
truncates the strings (may happen with long megatec responses) you can
use "-s 255" or something to dump more characters per read/write call.
--
- Charles Lepple
More information about the Nut-upsdev
mailing list