I'm using an SX Filter Wheel on a Linux machine. I startup the server with

indiserver indi_sx_wheel
and then connect to the server using the PyIndi Library. I receive the following in the terminal running indiserver:
> startup: indiserver indi_sx_wheel
> Driver indi_sx_wheel: Searching for HID Device VID: 0x1278 PID: 0x920
> Driver indi_sx_wheel: iconv() failed
> Driver indi_sx_wheel: iconv() failed
and then it successfully connects. From then on I can use and communicate with the wheel with no issue. I'm going to be giving this code to another user so I would like to figure out why I am getting the iconv() failure and how to resolve it. Thank you in advance!

Read More...