A USB Typewriter?
jashmenn asks: "In my search for a furthering of the arts combined with technology I recently had the idea of hooking up an electronic typewriter to my USB port. The idea is to eventually write a script that would automatically send the text of emails to be typed on the typewriter. Does Slashdot have know of resources I can use for combining new and old school technologies such as these?"
I've got an old electric typewriter that has a parallel port. It works just like a regular printer (text only). Seems like that's what you need. But if you're just doing this for fun, be my guest and hack up an USB connection yourself.
connected to a serial->USB converter?
SJW: a person who perceives an injustice, and while correcting it, commits a greater injustice.
I remember in High School (1991) using typewriters that had a serial (maybe parallel) port on the back. you could hook them up to a PC and use it as an output device.
Try looking for typewriters like this, the work is already done for you.
If you're wanting an OLD 100% mechanical typewriter, ebay has those too. You'll need to create some USB trickery that accepts serial data and decodes it into individual characters. then sends a signal down a wire associated with the appropriate character, which you amplify and activate solonoids with. solonoids are about the only thing strong enough to fully stroke a mechanical typewriter key with any speed.
Disclaimer: I have no idea how you'd do this.
You should get a microcontroller. Those suckers are tiny microprocessors with boatload of I/O. Most have some sort of A/D, too.
You can program the microcontroller to read off all of its input port, and dump the data to a serial port. Then, you just have to make Linux open up a serial port and watch the data pour in.
You could also use the microcontroller to drive things, too. Have the PC send serial data, and the microcontroller acts on it.
Microchip makes some ones that are good for beginners, just add assembly or C. Parallax makes some that are programmed in BASIC. Fun stuff!
"-1 Troll" is the apparently the same as "-1 I disagree with you."
Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
Circuit Cellar magazine is probably a good place to start for projects and ideas. Over the years, they've had quite a number of projects in that area ranging from the simple to the complex, and they probably have archive CDs fairly cheap.
One line blog. I hear that they're called Twitters now.
Wups! Who put that extra dot there?
One line blog. I hear that they're called Twitters now.