The issue is that you are trying to use an output (PWM) as an input. You cannot listen for a change event on an output pin. What you can do however is attach a potentiometer and listen for a change event on this input and update the slider position on the other computer. There may be some minor issues in multi-client mode as well so let me know if after trying a pot if you are still having problems.