ChameleonUltra icon indicating copy to clipboard operation
ChameleonUltra copied to clipboard

TimeoutError: CMD 1002 exec timeout - device timeout?

Open boby498800 opened this issue 2 years ago • 2 comments

Hi, I used the code from the following video to run my ultra chameleon: https://www.youtube.com/watch?v=VGpAeitNXH0 It worked perfectly, however, after playing around with the MTools Lite with my chameleon ultra, I tried using the same commands as the video: hw mode get -h or set and I now get the following errors: CLI exception: Traceback (most recent call last): File "chameleon_cli_main.py", line 219, in startCLI unit.on_exec(args_parse_result) File "/Users/XXXX/ChameleonUltra/software/script/chameleon_cli_unit.py", line 236, in on_exec print(f"- Device Mode ( Tag {'Reader' if self.cmd_standard.is_reader_device_mode() else 'Emulator'} )") File "/Users/XXX/ChameleonUltra/software/script/chameleon_cmd.py", line 118, in is_reader_device_mode resp = self.device.send_cmd_sync(DATA_CMD_GET_DEVICE_MODE, 0x00, None) File "/Users/XXX/ChameleonUltra/software/script/chameleon_com.py", line 345, in send_cmd_sync raise TimeoutError(f"CMD {cmd} exec timeout") TimeoutError: CMD 1002 exec timeout

Has this happened to anyone else?

Thanks for your help.

boby498800 avatar Aug 16 '23 22:08 boby498800

Are you attempting to use the CU with bluetooth? It is recommended to use it via cable. Also be sure to disconnect your CU device from mtools lite using the about menu and clicking on the red power logo.

F9Alejandro avatar Aug 17 '23 04:08 F9Alejandro

is it still an issue with the latest fw ?

doegox avatar Sep 27 '23 07:09 doegox