I have the aducm3029 and the cn0565 electrical impedance tomography unit, and am running into issues in the setup process. I am attempting to run the example scripts cn0565_example_single.py and cn0565_example.py, but am getting a device not found error, as below:

I am unsure of what is causing this issue, and I have verified that the baud rate and serial terminal information are correct, as well as verified that the physical cable is not the issue. Additionally, I am running into the error [Unable to create Local IIO context : Function not implemented (40)] when running the command iio_info, and the following text when running iio_info -u serial:/dev/tty.usbmodem1102,115200,8n1n:
ERROR: sp_blocking_read_next has timedout
ERROR: READ LINE: -60
Unable to create IIO context serial:/dev/tty.usbmodem1102,115200,8n1n: timed out (60)
These errors seem to me like the program is unable to identify the device connected, and I don't know how to approach solving this issue from here. Previously, I was able to execute the command line interpreter demo, after which I thought that the board and my device were able to successfully communicate with each other. Any ideas on how to solve this issue are welcome.