You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
- 1I've also confirmed that you can run Processing on the Raspberry Pi. It's very slow, but I did manage to get it to control an Arduino over a USB link: Controlling an Arduino from Raspberry Pi using Processing. I'll see if I can port this to Python/tkinter ...scruss– scruss2012-08-13 03:07:01 +00:00Commented Aug 13, 2012 at 3:07
- Thanks for this answer it was very useful. I'm using python serial to read from /dev/ttyACM0 and find it very inconsistent. I assumed it was the lack of power to my arduino but I've hooked it up to an external power supply and am still having issues. Sometimes the data is malformed, sometimes an exception is thrown because /dev/ttyACM0 isn't found (though subsequent runs will find it). Have you had similar issues?Andy Smith– Andy Smith2012-11-06 22:13:22 +00:00Commented Nov 6, 2012 at 22:13
- No, this doesn't match my experience.scruss– scruss2012-11-07 03:46:08 +00:00Commented Nov 7, 2012 at 3:46
- Thanks for the response - interesting, must be something I'm doing wrong then!Andy Smith– Andy Smith2012-11-07 09:33:12 +00:00Commented Nov 7, 2012 at 9:33
- Maybe ask a non-Pi specific question on SE, or ask directly on the Arduino forum. Serial comms often gives me a headache ...scruss– scruss2012-11-07 12:39:10 +00:00Commented Nov 7, 2012 at 12:39
| Show 3 more comments
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
- create code fences with backticks ` or tildes ~ ```
like so
``` - add language identifier to highlight code ```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible) <https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. pi-3), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you