therealmuffin / synchronator

Synchronator brings bit perfect volume control to Hi-Fi systems with Linux as source.
GNU General Public License v3.0
12 stars 3 forks source link

Sending ASCII #13

Closed Fheodoor closed 4 years ago

Fheodoor commented 4 years ago

Hello,

Trying to connect trough TCP to a Lyngdorf Amplifier (Serial is working perfect, even when I use TCP2Serial), but on the newer ones it seems the command (tail) is not terminating. When I do in bash for example : echo -e '!VOL(-999)\0D' > /dev/tcp/ip/port it’s working flawlessly. 0D is , so should be \r , but for one or the other reason it’s not working. Can I try an ASCII code? Any suggestions?

Thanks!

therealmuffin commented 4 years ago

Hello Fheodoor,

Couple of questions: 1) What exactly do you mean with 'the newer ones'? 2) Which Lyngdorf amp are you trying to control? 3) Can you share the config you're currently using (and which is working for serial)?

Kind Regards, Maarten

therealmuffin commented 4 years ago

I'm assuming your issue has been resolved. Please reopen this issue if that's not the case.