I’m under a project which uses an Realtek board with Linux OS, and CC2531 usb dongle as the Zigbee module for communicating with other Zigbee devices.
I want to use CC2531 dongle as the Zigbee device connected to the main board through USB port, and recognized by Linux as a Serial device like ttyACM0. And then through this serial device, I can issue command like start a new Zigbee network, join an existing network, or send data to other endpoints. How can I do this?
I’ve flashed the znp-pro.hex into the cc2531 usb dongle, and then plug it onto a Linux host, a new device ttyACM0 appears, but I can do nothing with this device.
Anyone has ideas about the solution? Please help me!!!