Using PID higher 65535 results in error
Status: Beta
Brought to you by:
bhackerozzo
I guess systems like OSX use PIDs higher than 65535, results in this Error:
Error: Invalid value for argument PID
I guess the variable is just not properly assigned. Instead of the obvious unisgned short you should use a double.