vignesh.baskar
New Member
can i interface standard keyboard with 8085?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I'll bet large sums that I can make an 8085 talk to a USB keyboard, but I'm pretty sure nobody wants to actually do that any more.Yes a PS/2 keyboard is possible, not a USB keyboard.
Possibly, but I really haven't said how I was going to do it and therein lies the real skill.Then you have some skillz. The USB host stack is not trivial and the ancient 8085 is pretty slow.
Yes, I agree with that position. The problem was to interface, and I didn't see anything that said I could not use a host controller chip to do the job. You'd still have to come up with the USB host stack in 8085 assembler or maybe PLM(ughhh...) Still a challenge but not impossible. If it was a Z-80 I could probably dig up Leor Zolmans BDS-C compiler and have some chance of porting an existing USB Stack.Well without using other ICs aside from the 8085 would be a real skill indeed.