Unsolved [DOSBOX] Mouse 2 ?
-
-
-
@jomofcw said in [DOSBOX] Mouse 2 ?:
ExoDOS
Silly question, you need both mouses at the same moment ?
-
@Dragu yep ! It's a split screen multiplayer mode.
See it there : https://www.youtube.com/watch?v=Vfpx0siF5TU -
@jomofcw
I just try out my setup with crusader, where I need it just for menu and codefield in the game. I defined the second joystick to mouse on my bartop because I want all games functioning without keyboard+mouse connected to my bartop.
I have a slim bluetooth keyboard, 5mm, who find his place normally between the feets of the bartop. For configurations you need one. So, this keyboard has integrated mousepad. Just for the info.
When I switch keyboard on, I can use mousepad and joystick 2 together, independant. But I suppose your game specially made for 2 mouse.(and 2 pointers)
So, if you connect 2 mouse, this should work the same as with a PC. You tried already 2 USB mouses ? -
Hello !
I'm finally back with result of test : 2 USB mouses plugged doesn't solve the problem :/. Both work as main mouse, so it move the same pointer.
Any idea how to get the "name" of the port where both of my mouses are plugged, please ? -
I've tested many thing in my dosbox.cfg, but it doesn't work
What I've tryed :
serial1=directserial realport:com1
serial1=directserial realport:ttyS0
serial1=directserial realport:ttyS1
serial1=directserial realport:ttyS2
serial1=directserial realport:ttyS3
serial1=directserial realport:/dev/input/mouse1
serial1=directserial realport:mouse1Nothing fix it...
-
@jomofcw
Perhaps it will not be possible at all, seams that in Windows 7 its also not working.
http://ofp-faguss.com/blog/settlers-2nd-mouse/
Perhaps with hardware adapter USB to serial RS232 ? I would first try with cheap
adapter cable and serial mouse as second. If I understood what is written in the manual. -
@dragu thanks for your answer again.
In a comment from your link :
"In Linux I would translate the USB Mouse output to the COM interface to simulate a serial mouse. That works well, despite of a little laggy 2nd mouse."It would be the solution, but I really dunno how to do that, sadly :-(...
As it's kinda an hadware things, perhaps @Substring or @rockaddicted could help ? -
Perhaps usefull ? http://www.tldp.org/HOWTO/Serial-HOWTO-10.html#ss10.4
-
@jomofcw can't you add a
serial2=directserial realport:/dev/input/mouseX
with the /dev/input/mouseX being the right input device ? I know nothing about dosbox configuration -
@substring I've tryed it with "serial1" and it doesn't work. I'll try with "serial2" instead, to see.
-
@jomofcw You should check how mice are handled in dosbox : if it emulates a PS2 port or several DB9 serial ports.
-
@substring if I understand it well, it does both. Default/main is PS2, but the "serial" cfg enable us to get some DB9 equivalent.
-
@jomofcw dosbox.conf says that about the serial parameters :
[serial]
serial1: set type of device connected to com port.
Can be disabled, dummy, modem, nullmodem, directserial.
Additional parameters must be in the same line in the form of
parameter:value. Parameter for all types is irq (optional).
for directserial: realport (required), rxdelay (optional).
(realport:COM1 realport:ttyS0).
for modem: listenport (optional).
for nullmodem: server, rxdelay, txdelay, telnet, usedtr,
transparent, port, inhsocket (all optional).
Example: serial1=modem listenport:5000
Possible values: dummy, disabled, modem, nullmodem, directserial.
serial2: see serial1
Possible values: dummy, disabled, modem, nullmodem, directserial.
serial3: see serial1
Possible values: dummy, disabled, modem, nullmodem, directserial.
serial4: see serial1
Possible values: dummy, disabled, modem, nullmodem, directserial. -
@voljega yup, seen.
That's why I think that solution is about the "realport" option.
ttySx is link to physical DB9 port linux. That's why I would like to test with ttyUSBx, but it probably need to be defined.
I will make few more test case tonight. -
As it reads in the description, mouse 1 is the input from driver, so for mouse 1 you have no special needs.
For mouse 2, they dont talk about driver, they just analyze the input from another RS232 different from COM1, so COM2-x.
With serial mouse, true RS232 works with voltages -12 +12, no TLL level. So if you connect a serial mouse to an serial 5V UART, the problem will come from the mouse. There are some boards that use MAX232, a chip that makes from 5V TLL 10V RS232. -
@dragu I'm not sure to understand all of that ... (on devrait peut être en discuter en Français sur IRC à l'occasion ).
Perhaps there is confusion : Recalbox is installed on a Rasp Pi 3b, so the only ports I have, out of the box, are USBs. -
Le protocol de transmission entre une souris USB et une souris sérielle RS232 est différent, et donc déja là il se peut un problème. De toute façon, je doute que tu arrive avec une souris USB, aussi à cause du protocol. Les souris sérielles attendent un voltage différent de 5V. Alors il ya des Chips qui transforment +5V en - et + 10V. Comme le Max232. Si tu essai avec un câble USB - Sériel qui comporte ce chip, ça doit d'abord fonctionner sur une prise USB de ton PC. Après tu peut tester sur PI.