I have been trying to do a simple project .
What i want to do is simply have a two buttons program that runs in windows pc and controls rp2 pins to light a led (on and off buttons).
I do NOT want to use any remote desktop control program !!!
I do NOT want to see the rp2 screen on my pc, I just want to see the 2 button program,
I was doing the project in windows iot with visual studio c# (was using windows remote client to control app in rp2) and the only way i could was, using rp2 as server and using a browser to reach the program to control the led (thats not what i want either! ), but i am willing to change the system from windows iot core to rasbian and do the programming in python if i can do it without using any browser or remote app to control rp2 pins from windows pc with a single app(which i will write
(the program will run in a windows pc)
thanks...