xbee_ansic_library icon indicating copy to clipboard operation
xbee_ansic_library copied to clipboard

A collection of portable ANSI C code for communicating with Digi International's XBee wireless radio modules in API mode.

Results 6 xbee_ansic_library issues
Sort by recently updated
recently updated
newest added

Hi, I understand this Error was addressed longback, but its frequent in my case with the device i'm using XBee-Pro-900HP, Unable to findout what actually causing the issue. And unable...

Hi Good time I am need the directory, contain headers and source code files, for using the Digi XBee ANSI C Library on STM32 Platform (such as STM32F1xxx using keil...

Hi guys, I am trying to use the XBee Pro S2c module with its SPI bus using Arduino IDE . Is there any useful resource or reference code ( might...

If my API mode AT command callback function uses XBEE_ATCMD_REUSE as the return value, will it cause the same AT command to be re-sent automatically? I am guessing XBEE_ATCMD_REUSE is...

It might be useful to explicitly call out in the documentation what modules are / aren't thread safe, or if the library as a whole isn't thread safe. I'm currently...

It would be great if this C library could be wrapped to provide a separate Rust interface.