Hi
Would I be able to connect a ps/2 keyboard, lcd display, and a sd card slot to the arduino , and with some programming make a simple word proccessor?
Hi
Would I be able to connect a ps/2 keyboard, lcd display, and a sd card slot to the arduino , and with some programming make a simple word proccessor?
absolutely
But it would be a very simple word processor. Like electric-typewriter-simple.
did you do it?
I was working on a project like this about a year ago, ps2 keyboard + arduino + sd card reader + 4x20 lcd. I got the basic stuff working and put it on hold due to other interests, I still have some unresolved problems with deleting portions of text from file (managing the deletions in the middle of the text file saved on sd card). Let me know if you pursued your project. Cheers!
In the middle of it
Hi,
Thanks for showing some intrest. I did persue this project, but it is on hold for past 6 months. I am in High School and I have a lot of work. However, I would love to finish this if I just had the time! Last I remember I hit a road block early on in the code, I think it had something to do with the fact that I was using a string when I should have been using an array.
I am intrested to see what you have; do you have a video and/or code you are willing to share?