The ascii-xfr program of comms/minicom has options for setting line and character delays for ascii send. These delays don't work with NetBSD because the delay routine in ascii-xfr.c uses usleep() if and only if either BSD or __linux__ is defined - and in NetBSD's case, neither one is. This makes the delay routine no-op. -jm