austinbv / dino

Dino is a ruby gem that helps you bootstrap prototyping with an Arduino
MIT License
388 stars 84 forks source link

SoftwareSerial, writer support #53

Closed cdcarter closed 11 years ago

cdcarter commented 11 years ago

Now can create a SoftwareSerial interface on two digital pins and write to that interface through Dino. Building in read support will come as I come to understand how Dino gets results from the board. Until then, this should be sufficient for one-way communication needs (such as a thermal printer).

(Once I get a new power supply for said thermal printer, I hope to write a Dino component for it.)