简体   繁体   English

如果在每个端点上使用通过Java和C进行的XBee API模式通信,则可能会出现问题

[英]Possible problems if using XBee API mode communication using Java and C on each endpoint

I am wondering if any problems may arise, when implementing a XBee point to point link using API mode if one is programmed using the Java XBee libraries and the other Ansi C libraries on a microcontroller. 我想知道,如果使用Java XBee库和其他Ansi C库在微控制器上进行编程,则在使用API​​模式实现XBee点对点链接时是否会出现任何问题。

An API frame is an API frame but still.. I only need API mode to use the ACK and encryption. API框架是一个API框架,但仍然..我只需要API模式即可使用ACK和加密。

No problems will arise, and you can even operate each XBee at a different baud rate. 不会出现任何问题,您甚至可以以不同的波特率操作每个XBee。 A module in API mode can communicate with a module running in "AT mode" (or transparent serial). API模式下的模块可以与以“ AT模式”(或透明串行)运行的模块通信。 A module in API mode 1 communicates just fine with API mode 2. Different ATAO settings affect local communications only. API模式1中的模块与API模式2可以正常通信。不同的ATAO设置仅影响本地通信。

The options you select are solely for local communication between host and XBee module. 您选择的选项仅用于主机和XBee模块之间的本地通信。 That module then communicates with remote modules over the 802.15.4 network, and the receiving module sends data out to the host in whatever format is dictated by the local configuration. 然后,该模块通过802.15.4网络与远程模块通信,接收模块以本地配置规定的任何格式将数据发送到主机。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM