pyrfid.py 文件源码

python
阅读 24 收藏 0 点赞 0 评论 0

项目:pyrfid 作者: philippmeisberger 项目源码 文件源码
def __init__(self, port = '/dev/ttyUSB0', baudRate = 9600):
        """
        Constructor

        @param string port
        @param integer baudRate
        """

        ## Validates port
        if ( os.path.exists(port) == False ):
            raise Exception('The RFID sensor port "' + port + '" was not found!')

        ## Initializes connection
        self.__serial = serial.Serial(port = port, baudrate = baudRate, bytesize = serial.EIGHTBITS, timeout = 1)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号