XBEETOOL(1)

NAME
	att.lua, api.lua, dump.lua

SYNOPSIS
	att.lua device
	api.lua [-p] device
	dump.lua

DESCRIPTION
	These are conversation tools for XBee series 1 and 2
	(products from Digi International)
	att.lua is for AT terminal mode.
	api.lua is for API mode.
	The "-p" flag is for parallel execution.
	Then api.lua doesn't show the prompt "> ".
	The resposes are shown with "* " at the beginning of lines.
	These tools are written in 9lua (release date 2023/07/28 or later).
	The 9lua is on http://p9.nyx.link/lua/5.4/

	dump.lua is a helper program for api.lua.
	The tool translates hex-string to a more human readable format.
	The usage is:
	api.lua [-p] device | dump.lua
	look http://ar.nyx.link/xbee/index3.html for details.

NOTE
	Old code att.c and api.c are also enclosed.
	The MAN_XBEEAPI is for these old tools.
	They will be abolished in future.

	2023/07/30
	
AUTHOR
	Kenji Arisawa