- 
                Notifications
    
You must be signed in to change notification settings  - Fork 94
 
Description
Hi,
I am getting a Timeout exception("Response not received in the configured timeout") error.
I am trying out the basic example of SendDataSample.py. I am using 2 Xbee pro Series 1 and the firmware version is 10ec. The python version is 3.6 and the xbee library version is 1.1.1.
These are the errors :
......python-xbee/examples/communication/SendDataSample/SendDataSample.py", line 45, in main
device.send_data(remote_device, DATA_TO_SEND).
......lib\site-packages\digi\xbee\devices.py", line 1544, in send_data
return self._send_data_64(remote_xbee_device.get_64bit_addr(), data, transmit_options).
......\lib\site-packages\digi\xbee\devices.py", line 1028, in dec_function
return func(self, *args, **kwargs).
.....lib\site-packages\digi\xbee\devices.py", line 1038, in dec_function
response = func(*args, **kwargs).
....site-packages\digi\xbee\devices.py", line 1446, in _send_data_64
return self.send_packet_sync_and_get_response(packet).
.....lib\site-packages\digi\xbee\devices.py", line 2423, in send_packet_sync_and_get_response
raise TimeoutException("Response not received in the configured timeout.")
digi.xbee.exception.TimeoutException.