Use ~10€ to connect modern mouse to MSX

Page 8/19
1 | 2 | 3 | 4 | 5 | 6 | 7 | | 9 | 10 | 11 | 12 | 13

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 12:54

Cool! thanks! Let's try out my soldering skills Wink

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 15:15

Do you have to install device drivers for the Nano V3.0 in Windows 7 ?

By NYYRIKKI

Enlighted (6033)

NYYRIKKI's picture

09-04-2014, 15:27

I don't know... If you have problem uploading stuff check first that you are absolutely sure you have selected correct board. If that does not help then check out:
http://www.circuitattic.com/home/5-site-news/2-nanodriverfix...

Here are the general instructions:
http://arduino.cc/en/Guide/Windows

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 15:29

LINK
This is the board I have :D ahh there is some info .. let's read it :D

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 15:53

Ah .. I installed the DRIVER for WIndows 7 64 bits .. I have a COM8: Now! ..

Link

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 16:02

Question is now .. how do I upload the MSXmouse.ino file to the CHIP Wink

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 16:44

Ok .. I installed the drivers.. and it's on COM8 .. also I installed the Arduino 1.5.6-R2 software. I loaded the MSXmouse.ino file and the I used file upload.. but I got compile errors:

MSXmouse:49: error: 'PS2' does not name a type
MSXmouse.ino: In function 'void mouse_init()':
MSXmouse:87: error: 'mouse' was not declared in this scope
MSXmouse.ino: In function 'void loop()':
MSXmouse:217: error: 'mouse' was not declared in this scope
MSXmouse.ino: In function 'void MouseSpeed(char)':
MSXmouse:429: error: 'mouse' was not declared in this scope
MSXmouse.ino: In function 'char getmstat()':
MSXmouse:437: error: 'mouse' was not declared in this scope

I see in the comments:

// As of Arduino 1.0 ps2.zip should be unpacked into arduino/libraries.
// In ps2.h replace "WProgram.h" with "Arduino.h".

but I don't get it

By HansO

Paladin (672)

HansO's picture

09-04-2014, 20:43

Quote:

// As of Arduino 1.0 ps2.zip should be unpacked into arduino/libraries.
// In ps2.h replace "WProgram.h" with "Arduino.h".

but I don't get it

The errors indicate you do not have the ps2 library in the path of the Arduino compiler.

1 Download ps2.zip form the arduino website
2 Unzip in arduino.libraries
3 In ps2.h replace "WProgram.h" with "Arduino.h".

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 21:21

Where can I download the ps2.zip from the website.
Here is a list of all the libraries, I see ps2keyboard but no mouse..

LINK

By edoz

Prophet (2478)

edoz's picture

09-04-2014, 21:23

Oh wait! NYYRIKKI send me a link .. I got it.. lets found out!

Page 8/19
1 | 2 | 3 | 4 | 5 | 6 | 7 | | 9 | 10 | 11 | 12 | 13