-
Recent Posts
Archives
Categories
Twitter Updates
- RT @texasdemocrats: “While CPAC unpacks their clown car on a convention stage in front of all of America, parents are shopping for supplies… 6 months ago
- RT @scalzi: I do wonder if Greg Abbott woke up yesterday concerned that he wasn't doing enough to bump up Texas' teen suicide rate. 11 months ago
- RT @tonroosendaal: Blender Internal (render) just got removed from the 2.8 branch. Bye bye, you served us well! #b3d https://t.co/4ixOZ8JmcX 4 years ago
- First post in a while. Drawing a bounding box over an image in C#/.net/WinForms. chrisheydrick.com/2016/10/27/dra… 6 years ago
- RT @SwiftOnSecurity: Blue Bell manufacturing plants are dirtier than an NTFS volume after an unclean shutdown 6 years ago
Category Archives: Programming
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