首页 > 移动平台 > 详细

The Implementation of RFCOMM in Android

时间:2015-04-15 19:36:35      阅读:299      评论:0      收藏:0      [点我收藏+]

Introduction

    RFCOMM provides an emulation of serial cable line settings and status of an RS-232 serial port. RFCOMM is a simple transport protocol over L2CAP. So the protocol could supports up to 60 simultaneous connections between two Bluetooth devices.(The number of connections that may be used simultaneously in a Bluetooth device depends on the implementation). It does not have any ability to correct errors. The reliability relies on Bluetooth baseband.(RFCOMM‘s flow control also uses the basband‘s capabilities.)
    RFCOMM data rate is not configurable with the typical baud rate, e.g. 19200. RFCOMM will transfer the data as fast as it can. The actual data rate will vary, and what the highest data rate is  can be a complicated issue.(see the previous article <How Fast is Bluetooth>) RFCOMM data rates will be limited in devices where there is a physical serial port involved. Implementations may optionally pace data on virtual serial ports.

(be continued...)

The Implementation of RFCOMM in Android

原文:http://blog.csdn.net/wendell_gong/article/details/45060337

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!