Author Archives: Chris Heydrick

Ported fill and stroke Cairo drawing example on Zetcode.com to GTK+3

If you do any searching for Cairo or GTK+ tutorials, you’ll eventually wind up on zetcode.com. I’d be content with only a fraction of this guy’s talent for explaining difficult subject matters with such brevity and clarity. It’s not coincidence … Continue reading

Posted in Hobbies, Programming | 3 Comments

Another way to receive serial data from an Arduino

I stumbled across this: http://stackoverflow.com/questions/7276797/reading-from-an-arduino-tty-with-file?rq=1 I’d very much like to subscribe to that guy’s newsletter.

Posted in Hobbies, Programming | Leave a comment

How to read serial data from an Arduino in Linux with C: Part 3

Preface: Part 1 covered the sketch the Arduino will run for this example, and part 2 covered the resources and other people’s code I used to make sure everything works as expected. In part 3 I’m going to go through … Continue reading

Posted in Hobbies, Programming | 16 Comments

How to read serial data from an Arduino in Linux with C: Part 2

Edit: Part 3 and Part 4 of the writeup. Preface: In Part 1 I covered the Arduino sketch that will output serial data to read on the PC it’s connected to. Next I’ll go over the resources I used to … Continue reading

Posted in Hobbies, Programming | 1 Comment

How to read serial data from an Arduino in Linux with C: Part 1

EDIT: Part 2, Part 3, and Part 4 of the writeup. Preface: I bought an Arduino a few months ago. Many of the projects I want to tackle require that the Arduino send data to a computer through the serial link. … Continue reading

Posted in Hobbies, Programming | 2 Comments

termios structure sanity check

Some initial testing with setting up serial communication flummoxed me. I decided to work up a tool to give me a hand. https://github.com/cheydrick/ssanity Any evening you get to use the ternary operator is a good one, right? ssanity runs through … Continue reading

Posted in Hobbies, Programming | 1 Comment

Serial port interface prep work

I really want to get a grip on serial communication. Step one is to set up something to read from or send to. I had hoped that it would be similar to how web servers worked – I can set … Continue reading

Posted in Hobbies, Programming | Leave a comment

Protected: Interfacing a Line 6 Pod X3 Live to Reaper in OS X

There is no excerpt because this is a protected post.

Posted in Music | Enter your password to view comments.