/*** EndHeader */
int xbee_ser_close( xbee_serial_t *serial)
{
	XBEE_SER_CHECK( serial);

	vSerialClose (serial);

	return 0;
}
/*!
 * \brief Stop the tracedump module resources.
 */
void v_tracedump_stopResources( void )
{
  vSerialClose( xComPort2Hndl );
}