蓝牙模块CC2540无法识别的问题
各位大神好,我在移植蓝牙模块的过程中遇到点挫折。
采用了PL2303的USB转串口芯片,编译了usbserial.ko和pl2303.ko,加载时提示如下:
usbcore: registered new interface driver usbserial
USB Serial support registered for generic
usbcore: registered new interface driver usbserial_generic
usbserial: USB Serial Driver core
USB Serial support registered for GSM modem (1-port)
usbcore: registered new interface driver option
option: v0.7.2:USB Driver for GSM modems
USB Serial support registered for pl2303
usbcore: registered new interface driver pl2303
pl2303: Prolific PL2303 USB to serial adaptor driver
这样pl2303是不能认为加载成功的吧?网上有说应该有这样的提示才对:
usb 2-1: pl2303 converter now attached to ttyUSB0
我这里没有这样的提示。
我的问题会出在哪里呢?跟我的蓝牙模块有关系吗?
我需要在pl2303.c文件里面添加蓝牙模块的设备向量吗?
pl2303 cc2540
[解决办法]
PL2303的USB转串口芯片,编译了usbserial.ko和pl2303.ko,