Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Raspberry pi to computer
#1
Is it possible to connect a raspberry pi to a computer, so that if a certain function is triggered on the raspberry pi, i can output results on the computer?
Reply
#2
Yes.
A raspberry pi is basically a Linux box. You can put it on a network and communicate with other computers on the network. For example, run a web server on your Windows PC. When it receives a particular request from the Pi it responds in a particular way.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020