This is a basic serial module that allows access to various XBee devices via a UART port. It was tested with the XBee S6B WiFi Module and the XBee S1 802.14.4 module. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Abhishek Malik <abhishek.malik@intel.com>
12 lines
165 B
OpenEdge ABL
12 lines
165 B
OpenEdge ABL
%module javaupm_xbee
|
|
%include "../upm.i"
|
|
%include "carrays.i"
|
|
%include "std_string.i"
|
|
|
|
%{
|
|
#include "xbee.h"
|
|
%}
|
|
|
|
%include "xbee.h"
|
|
%array_class(char, charArray);
|