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.

CC2531 USB COM port interface under Windows?

Other Parts Discussed in Thread: CC2531, Z-STACK, CC2531EMK

I've created a version of the serialapp project for the cc2531 USB dongle.  When flashed and installed the dongle is showing up in Windows Device manager as a Cebal device.  It does not have a COM port assignment.  Can anyone tell me how to get the device mapped to a COM port under windows so I can interface with it via a windows application (eg, Hyperterminal)?    Thanks.

  • Hi Gary,

     

    If you doing the adoption of serialApp to USB dongle it should be recognized as CDC device,

    therefore you should't have a problem to interface it through virtual com with hyper terminal.

     

    By the way, what is the version of Z-stack in use?

  • Thanks for the info.  I found that the project was actually in Simulator mode. The test code wasn't actually downloaded into the CC2531EMK, so it was still being seen by windows as as a Cebal device.  Once flashed properly, it was indeed picked up as a COM port. 

    I'm using Z-Stack 2.5 by the way.

    Thanks again.