Raspberry Pi Stack Exchange is a question and answer site for users and developers of hardware and software for Raspberry Pi. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

My project is to use the Raspberry Pi to send data to Arduino, and the data will be sent from the Raspberry Pi most likely through the serial port to pin 8 & 10 of the GPIO pins. Then that data will be sent to Arduino.

How do I send the data from the Raspberry Pi to the Arduino, and how do I know that the data is stored in the Raspberry Pi?

share|improve this question
1  
Do you mean the data will be sent TO the Pi through the serial port on pins 8 & 10? If so, there's another component you omitted - PC perhaps. Please review your question and make sure we can understand from it what you want to do. – Mark Smith Mar 30 at 6:16

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.