Finn Mac Posted December 30, 2020 Share Posted December 30, 2020 (edited) Hey all, For context I am interfacing the ST keyboard with an Arduino, doing what Kevin Pete did a while ago and I was wondering what are the mouse scan codes so I can get the mouse working also, again via Arduino Many thanks, Finn P.S if anyone knows of any other solution, all for that matter information to do with this at all then your information would be greatly appreciated Edited December 30, 2020 by Finn Mac Quote Link to comment Share on other sites More sharing options...
ChildOfCv Posted December 30, 2020 Share Posted December 30, 2020 The Atari ST mouse uses quadrature, not scan codes. Pinout here: Signaling for the direction pairs: Signaling for the Y pairs is the same. Quote Link to comment Share on other sites More sharing options...
Finn Mac Posted December 30, 2020 Author Share Posted December 30, 2020 1 hour ago, ChildOfCv said: The Atari ST mouse uses quadrature, not scan codes. Pinout here: Signaling for the direction pairs: Signaling for the Y pairs is the same. Oh my this is godsend thank you sir Quote Link to comment Share on other sites More sharing options...
Christos Posted January 2, 2021 Share Posted January 2, 2021 This also might be some help https://github.com/ctzio/PS2X2STmouse/blob/master/PSX2Joy2STmouse.ino Quote Link to comment Share on other sites More sharing options...
Finn Mac Posted January 3, 2021 Author Share Posted January 3, 2021 6 hours ago, Christos said: This also might be some help https://github.com/ctzio/PS2X2STmouse/blob/master/PSX2Joy2STmouse.ino This is amazing Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.