Hi
I see that the commands that are being sent to the tv are being padded with sapces to the left, so for example if I want to send a power on request to the TV, this lib will send a message that looks like that: 'POWR 0\r', even though, in the sony API it shows that the spaces should be padded to the right, like that: 'POWR0 \r' (you can see it here: http://files.sharpusa.com/Downloads/ForHome/HomeEntertainment/LCDTVs/Manuals/mon_man_LC70LE847U_LC60LE847U_LC70LE745U_LC60LE745U_LC80LE844U.pdf on page 67 where it describes the api commands)
My question is - why in the api reference it shows the padded spaces in the other side of what implemented in this lib?
Thanks!
Hi
I see that the commands that are being sent to the tv are being padded with sapces to the left, so for example if I want to send a power on request to the TV, this lib will send a message that looks like that:
'POWR 0\r', even though, in the sony API it shows that the spaces should be padded to the right, like that:'POWR0 \r'(you can see it here: http://files.sharpusa.com/Downloads/ForHome/HomeEntertainment/LCDTVs/Manuals/mon_man_LC70LE847U_LC60LE847U_LC70LE745U_LC60LE745U_LC80LE844U.pdf on page 67 where it describes the api commands)My question is - why in the api reference it shows the padded spaces in the other side of what implemented in this lib?
Thanks!