On 9/19/07, Tuc at T-B-O-H.NET <[EMAIL PROTECTED]> wrote: > I also wondered if for FreeBSD anyone > knew of a "tcpdump" for serial communications. This way if it IS > doing something never seen before, I can trap it for inclusion.
ktrace and kdump will show you system calls (including read()s and write()s on the serial port). -- - Charles Lepple _______________________________________________ Nut-upsuser mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/nut-upsuser

