1

This is my first project with PIC33E, and both the devices will be connected by USB only.

Rpi will have a User Interface (written in Python) and which will enable the user to send and receive data.

PIC33E(planning to write the codes in objective C) will be connected to a bunch of sensors and few other PIC18 microcontrollers. Also, receive commands from Rpi and send it to PIC18 and send signals from the sensors to RPI.

asked Jun 3, 2017 at 4:36

1 Answer 1

1

You will have to implement the device USB stack on PIC33E. the easiest one (and will not require any additional drivers on the RPi side is the Virtula COM port (CDC device).

You will be able to communicate with your device same way as with any other serial device.

answered Jun 3, 2017 at 9:43

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.