propellor c USb connection
Patrick222122
Posts: 30
I am having trouble having the propeller communicating with the pi, which is critical for my project. I have had success with transmitting from the propellor c to the pi using Libfd_serail writeStr function but cannot get the propeller to read from the pi. I have tried how it is done in the demo code but still come up empty. As always working demo code would be appriciated.
Comments
Does the demo you are using provide code for boyh sides of the connection?
Can you post the demo code?
I've done serial communication a couple of time between Prop and Pi, using Spin and Python.
Are you sure that your serial port is on /dev/ttyUSB0 ?
I used ser = serial.Serial("/dev/ttyAMA0",115200)