So I already have a SSH connection working but I'm looking for a command that can write a number like '1' into the console on the raspberry pi.
Thanks Sabifa
So I already have a SSH connection working but I'm looking for a command that can write a number like '1' into the console on the raspberry pi.
Thanks Sabifa
Have tried echoing it out to your terminal?
echo 1 > /dev/pts/0
Remember that (just about) everything has a device file, that can be redirected to. :)