BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
401 stars 117 forks source link

Ps2 keyboard libraries? #20

Open kipperklank opened 7 years ago

kipperklank commented 7 years ago

how would i use a ps2 keyboard for this? Is is already implemented and I don't know it?

BleuLlama commented 7 years ago

It is not already implemented in the current codebase... as far as I can remember...

You need to put the PS2 keyboard on a serial UART of the micro. for example: http://playground.arduino.cc/Main/PS2Keyboard

I'd get that working on its own, then integrate it into the main codebase.

-s

On Sun, Jul 17, 2016 at 10:26 PM, kipperklank notifications@github.com wrote:

how would i use a ps2 keyboard for this? Is is already implemented and I don't know it?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BleuLlama/TinyBasicPlus/issues/20, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEPmLTVhXVG7p7FpgZiFMZ-q5dpURptks5qWuRggaJpZM4JOX4v .

Scott Lawrence yorgle@gmail.com

kipperklank commented 7 years ago

neat and thanks if you do

BleuLlama commented 7 years ago

Oh. i meant that as a recommendation. sorry that came out weird.

I would recommend that if you go that route, that you experiment with that and get it working on its own, then integrate it into the main application from there.

that's what i meant to say. ;)

-s

On Mon, Jul 18, 2016 at 11:09 AM, kipperklank notifications@github.com wrote:

neat and thanks if you do

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BleuLlama/TinyBasicPlus/issues/20#issuecomment-233357335, or mute the thread https://github.com/notifications/unsubscribe-auth/AAEPmB9IDOIg8hOVFxvnhWDDXRglxlYfks5qW5cPgaJpZM4JOX4v .

Scott Lawrence yorgle@gmail.com

kipperklank commented 7 years ago

ok ill e let you know if it works

BleuLlama commented 6 years ago

Any update on this, @kipperklank?