Python Serial Write over Virtual Here
Hi I am a bit of a beginner to raspberry pi and linux
I have a raspberry pi(P1) acting a virtual here server with an arduino connected to it. It is wifi networked to another raspberry pi(P2) in Ad hoc mode. I am trying to run the GUI for my machine on P2 and have it serial write some data to the arduino via the vifi and virtual here. The problem is I cant figure out what the address should be in the serial write setup to replace the '/dev/ttyACM0' that was the address for the arduino before I introduced virtual here.
ser=serial.Serial('/dev/ttyACM0',9600)
- Read more about Python Serial Write over Virtual Here
- 1 comment
- Log in or register to post comments