Hi @all,
i have a working Setup with beocreate / raspberry 3B+ / and Sigma Studio. Just installed sigmatcpserver and SigmaClientTool on Raspbian Stretch Lite. Uploading programs and changing Settings (e.g. Volume) on the fly through Sigma Studio works perfect.
The problem: changing DSP Registers via SigmaClientTool on the console does not work:
root@raspberrypi:/home/pi/beocreate-tools/create/SigmaClientTool/build# ./SigmaClientTool 127.0.0.1 write_val 0x007d 0
Initializing connection to 127.0.0.1
root@raspberrypi:/home/pi/beocreate-tools/create/SigmaClientTool/build#
-> No error, but no effect. But reading values works (value is changing if volume is changed in Sigma Studio):
root@raspberrypi:/home/pi/beocreate-tools/create/SigmaClientTool/build# ./SigmaClientTool 127.0.0.1 read_dec 0x007d 4
Initializing connection to 127.0.0.1
Reading value from 0x007d
1:
root@raspberrypi:/home/pi/beocreate-tools/create/SigmaClientTool/build#
Hope you can help me.
Thanks,
Pierre