On Wed, Mar 5, 2008 at 8:18 PM, AE sysadmin <[EMAIL PROTECTED]> 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 _______________________________________________ Nut-upsdev mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsdev
