This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
beaglebone通过一根USB转串口线和2530EB板子的串口直接连接。在bbb上识别出来的USB转串口为ttyUSB0。
这与linux gateway server上指定的的ttyACM0不一致。于是我通过修改server配置文件和zigbeeHAgw文件, 把ttyACM0的地方都改成了ttyUSB0.
但是这样server始终建立不起来,貌似串口无法连接。启动server到这一步的时候挺住了:
[ 263.084582] usb 2-1: Setting MaxPacketSize 64
[ 263.098123] usb 2-1: FTDI USB Serial Device converter now attached to ttyUSB0
Using serial port: /dev/ttyUSB0 //停在这里。
如果把这一步省去,继续启动server, endpoint注册失败:
[NWK_MGR/MAIN] ERROR: Endpoint Registration Failed
[NWK_MGR/MAIN] ERROR: Reading Local Network Information Failed
[NWK_MGR/MAIN] : Initialization failed. Quitting now. mhoyt