From owner-freebsd-questions@FreeBSD.ORG Fri May 6 07:41:51 2011 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B2CFC106564A for ; Fri, 6 May 2011 07:41:51 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 8373E8FC0C for ; Fri, 6 May 2011 07:41:51 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id p467VgMv086646; Fri, 6 May 2011 02:31:42 -0500 (CDT) Date: Fri, 6 May 2011 02:31:42 -0500 (CDT) From: Robert Bonomi Message-Id: <201105060731.p467VgMv086646@mail.r-bonomi.com> To: bc979@lafn.org, questions@freebsd.org In-Reply-To: <723BE905-95AC-4B07-AD31-3D149F06527E@lafn.org> Cc: Subject: Re: Sending a Fax X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 May 2011 07:41:51 -0000 > From owner-freebsd-questions@freebsd.org Thu May 5 21:50:34 2011 > From: Doug Hardie > Date: Thu, 5 May 2011 19:21:29 -0700 > To: FreeBSD Questions > Cc: > Subject: Sending a Fax > > One of my clients needs to send a lot of faxes. He has a Brother 8680DN > which will fax. Any ideas how to send a file to it and get it to send a > fax? I am not finding anything beyond printing for that unit via > Google. Not to belabor the obvious, but do you have the owners manual? what does it say about faxing? *MOST* computer-driven "fax machines" have the 'logical equivalent' of a serial port, to which you send specialized "AT" (extended Hayes modem commands) to go into fax mode, and originate a call. Then you shovel out a bit-stream that is the already rasterized fax data. I've always used 'Hylafax' -- a _smart_ fax-management daemon that supports a whole bunch of different kinds of fax modems, handles -multiple- fax- modems, automatic retries, etc., etc. It supports a very simple protocol for queueing faxes from applicatioons, or the command line, and handles either ASCII or PostScript input.