jefffhaynes / XBee

A .NET library for XBee wireless controllers
MIT License
40 stars 17 forks source link

How can I send unsupported AT Commands? #66

Open pmmcmullen94 opened 3 years ago

pmmcmullen94 commented 3 years ago

Hi, I am looking to send the AT command "OP" to an XBeeSeries2 device to get the operating Pan ID. I didn't see a method to send raw AT commands and I didn't see anything to get the OP value. I tried adding a GetOperatingPanIdAsync method, but I don't think I did it right. Can you point me in the right direction on this as it's for a big project?

Thanks!