传真协议区别小记

本文详细介绍了传真协议中的T.30标准及其与不同调制解调器标准的关系,并对比了Class1与Class2协议的主要区别。重点讲解了T.30在传真传输中扮演的角色以及与T.31/T.32之间的联系。

以前都是代码为王,主要在于实现功能,没有怎么仔细研究传真协议,对于我来说,就是发送AT指令,判断回应,这次又要做CLASS2的传真协议。所以就看看各种区别。

首先FCLASS? =?查询MODEM,可以得到如下返回值

0:数据模式;1:CLASS1传真;2:CLASS2传真;2.0:CLASS2.0传真

T系列建议 远程信息处理业务的终端设备和协议

T.30
Group 3 Facsimile Protocol
   
VOCAL Technologies software library includes software for complete Group 3 facsimile control. The basic requirements for Group 3 facsimile refer to V.21 channel 2 (300 bps half-duplex modulation), V.27ter (2400 bps and 4800 bps half duplex modulation), T.4 1-dimensional Huffman coding of images and T.30 as the underlying control procedure. The image is sent with a modulation from the "High Speed" set of modulations, V.27ter as the minimum required support.
Other Group 3 facsimile "high speed" modulations include V.29 (7200 bps and 9600 bps) and V.17 (7200 bps, 9600 bps, 12000 bps and 14400 bps). (Although V.29 specifies a 4800 bps modulation, it is not relevant to Group 3 facsimile.) V.33 is no longer specified as an option under T.30.

T.30 specifies an additional 14 modulation rates between 2400 bps and 33600 bps (in increments of 2400 bps) that can be used from the V.34 modulation. This is referred to as V.34fax. As with V.34 data modulation procedures, V.8 startup is required. V.34fax includes procedures for full and half duplex data channel operation; half duplex is mandatory for V.34fax support.

In non-V.34fax, V.21 is used to transport T.30 control information frames. V.34 half-duplex procedures define a 1200 bps and 2400 bps control channel. In V.34fax, this control channel is used to transport T.30 control information frames. The use of error correction mode for V.34fax is mandatory.

Advanced features of Group 3 include other image compression algorithms such as T.4 2-dimensional coding, T.6, JPEG gray scale and color modes. Image format conversion, although not specified by T.30, is an optional feature of facsimile service class 2 command sets. Binary file transfer (BFT), is a mechanism to transport a T.454 format file under error correction
 

ITU-T T.31 Asynchronous Fax DCE Control -- Service Class 1
ITU-T T.32 Asynchronous Fax DCE Control -- Service Class 2

我的理解就是T.30是MODEM和传真机或者MODEM直接的传真传输协议,而T.31/T.32则是PC和MODEM之间的控制协议。

T.31对应CLASS1和CLASS1.0协议;T.32对应CLASS2和CLASS2.0协议,而1/1.0 2/2.0这两组协议之间的差别比较大,而1/1.0以及2/2.0之间的差别不大

3. 传 真 协 议
---- 传 真 协 议 标 准 有Group 1、Group 2 、Group 3。 其 中Group 1 和 Group 2 是 老 标 准, 已 很 少 使 用,Group 3 是 目 前 应 用 最 广 的 标 准。Group 3 标 准 下 最 流 行 的 是ITU 标 准V.17(14.4 kbps) 和V.29(9600 kbps)。
---- 计 算 机 传 真 调 制 解 调 器 的 软 件 标 准 也 分Class1 和 Class2 两 种:Class1 是 早 期 的 软 件 标 准, 其 中 大 部 分 的 传 真 功 能 由 主 机CPU 完 成;Class2 是 较 新 的 标 准, 此 标 准 下 调 制 解 调 器 硬 件 可 做 更 多 的 处 理 工 作。 与 数 据 传 输 不 同, 传 真 传 输 的 内 容 是 模 拟 图 像, 必 须 经 过 高 清 晰 的 数 字 化 处 理 才 能 保 证 较 好 的 分 辨 率。

下载代码方式:https://pan.quark.cn/s/e6c2e312b658 在苹果公司的Mac操作系统环境中,当用户尝试安装非原厂驱动程序时,可能会遭遇系统无法正常启动的困境。这种情况常常源于名为.kext的内核扩展驱动程序存在兼容性问题或安装过程中出现失误。这份指南介绍了一种无需重新安装操作系统且能够保护所有用户数据的修复方法,这一方案对于先前许多面临类似挑战的用户而言,曾是极为棘手的情况。文档中提及的“用户模式启动”实际是指单用户模式,这种启动方式仅加载核心系统功能,而忽略图形用户界面及常规应用程序的加载。在单用户模式下,用户能够访问命令行界面,进而执行一系列修复指令。解决此问题的首要环节是验证存储设备是否存在故障,因为这是导致系统无法启动的常见诱因。借助终端指令`/sbin/fsck -f`,可以诊断并纠正文件系统层面的错误。倘若系统在启动过程中检测到文件系统异常,通常会自动执行`fsck`命令,然而,如果系统卡在进度条100%无法继续,手动运行该命令则显得尤为必要。指令`mount -uw /`的功能是将根目录切换为可读写状态,由于系统默认是以只读模式启动的。这一操作的目的是为了在不重新进入正常模式的前提下,对系统进行必要的调整。随后,文档提供了一个关键操作:对存在问题的驱动程序文件进行修改或更名。在Mac系统中,第三方驱动程序一般安装在`/Library/Extensions/`目录下。每个驱动程序都包含一个以.kext为后缀名的文件夹,例如在此案例中的AX88772.kext。通过命令行将故障的.kext文件更名(例如改为.kext.bak),可以临时禁用该驱动程序。这一操作需在命令行环境中完成,首先使用`cd /Library/Exte...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值