PS/2 working with BS2?
logan996
Posts: 281
Hi, i long ago took apart a old device that let's you have a vga screen and have mutiple computer to switch the screen to. It was old so i took it apart for the nice enclosure, but i always kept the PS/2 plugs and vga plugs, now i realize i could use them! i was wondering that if i used the right resistors if i could unterface a PS/2 style keyboard with the BS2. Does anyone know if that would be possible? and if so could they help me a bit to get started?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
You write your code in MPLAB, which is free.· http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en019469&part=SW007002
Then you program the PIC with something like a PICKIT2 or PICKIT3, which is not free.· http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&nodeId=1406&dDocName=en538340
Depending on your goals and experience level, you may also want to consider the Parallax Propeller.· It can interface to a PS/2 style keyboard and mouse, just requiring some resistors and software. The learning curve is much steeper than the Stamp's, but may be more suited to your long-term goals.· http://www.parallax.com/tabid/407/Default.aspx
Hope this helped.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When the government is afraid of the people there is liberty, when the people are afraid of the government, there is tryanny"
· Thomas Jefferson
·
Unfortunately, I don't have any hands-on experience with PICs.· I was so confused by the different chips, registers, and configuration--I just had no desire to mess with them.
Another popular option seems to be the Arduino.· (I think the most current one is the Duemilanove).· Again, I haven't used this chip, but it seems fairly well supported.· http://www.arduino.cc/
--Glenn