Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Coin-operated games and arcades.
magicbyrdman
Please Continue...
Posts: 1
Joined: June 24th, 2015, 6:47 pm
Location: dallas
Initials: krb

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by magicbyrdman »

Did anyone ever get the analog working on this?

I have Confidential Mission Delux that i would like to keep in tact and just replace the naomi with a small pc but havent found anything to make the guns work. jvs-pac just reads digital.
k4roshi
Please Continue...
Posts: 26
Joined: March 8th, 2014, 6:33 pm
Location: Italy

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by k4roshi »

@stickcross yes, it's possible to map keys instead of joystick buttons, as a matter of fact i used them in the first, unpublished, version of JVSy. I switched to joystick emulation because of timing problems, mainly with shift modes.

@magicbyrdman Analog and Lightgun are treated completely differently in the JVS protocol. I'm still interested in implementing both, and, if you're available, I'd like to cook up a special version for you that dumps the lightgun data and allows me to intepret it. You'll have to build the interface though.
User avatar
andygeezer
Blue Skies Ahead
Posts: 2427
Joined: August 24th, 2008, 12:25 pm
Location: Cambridge, UK
Initials: AGS

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by andygeezer »

k4roshi wrote:@stickcross yes, it's possible to map keys instead of joystick buttons, as a matter of fact i used them in the first, unpublished, version of JVSy. I switched to joystick emulation because of timing problems, mainly with shift modes.

@magicbyrdman Analog and Lightgun are treated completely differently in the JVS protocol. I'm still interested in implementing both, and, if you're available, I'd like to cook up a special version for you that dumps the lightgun data and allows me to intepret it. You'll have to build the interface though.
On IR2 type gun, it's the same as Analog. As the gun board converts IR sensor position into X/Y Analog.
Say hello to my little friend...
Image
thejolz
Please Continue...
Posts: 14
Joined: April 30th, 2010, 4:32 pm
Location:

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by thejolz »

hello,
First of all thank you for your work, it's amazing!
I could test your invention with analog controls and the result has not been as expected. The cursor does not move, only detects two buttons, if the gun is within the range and the trigger, also had enough lag. there was no way to calibrate. another thing that has caught my attention is that the drivers of a "serial" device are not installed.

Sorry for my English, I am using a translator.
Tell me if you need anything, I would like it to work 100% :awe:
CitrikElektrik
Please Continue...
Posts: 18
Joined: October 26th, 2015, 1:12 pm
Location: Villemomble - France

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by CitrikElektrik »

Yop !

I would like to know if this very nice project is still alive.

I've got a pair of seimitsu ls64 and I am about to order what is needed to build the JVSY. I'll be ready then to help you to add the analog support.

JVS-Pac and JVS-strike are currently not available. JVSY is the only solution currently remaining.
Wongy81
Please Continue...
Posts: 3
Joined: March 11th, 2016, 6:37 am
Location: Australia
Initials: PJN

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by Wongy81 »

Hi guys i have bought all the parts on the read me , how do you program the unit after i wire it all up is it with the Rs485 interface I see the install file as HEX ?? sorry for the noob questions
CitrikElektrik
Please Continue...
Posts: 18
Joined: October 26th, 2015, 1:12 pm
Location: Villemomble - France

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by CitrikElektrik »

Hi Wongy,

Nothing so complicated. Teensy is an arduino like board. You just need to plug it on your usb and use the Arduino IDE to upload your code on its memory.

It's seems there is even an easier way with a Teensy Loader application.
You will find it here : https://www.pjrc.com/teensy/

I didn't try it myself yet because I received the board but not the little chip.

I will try to make a little video of the setup once I receive the stuff and make it work.
Wongy81
Please Continue...
Posts: 3
Joined: March 11th, 2016, 6:37 am
Location: Australia
Initials: PJN

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by Wongy81 »

Thanks CitrikElektrik

Looking forward watching your video :)
Davkilik
Posts: 3
Joined: March 25th, 2019, 1:19 pm
Location: South of France
eBay: SeeSolve
Initials: DVK

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by Davkilik »

@k4roshi

Your projet is awesome .
This IS possible to add shift Key for 1 player users?
ESC Key to start p1 and button 3 for exemple :)
Thanks you
CitrikElektrik
Please Continue...
Posts: 18
Joined: October 26th, 2015, 1:12 pm
Location: Villemomble - France

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by CitrikElektrik »

Damned ! I never posted a video... :oops:
I plan to use it on my Namco Noir Cabinet HD. I hope I will have the time to do it. Time... the eternal problem... :problem:
Davkilik wrote: March 26th, 2019, 6:10 am @k4roshi

Your projet is awesome .
This IS possible to add shift Key for 1 player users?
ESC Key to start p1 and button 3 for exemple :)
Thanks you
You can do it yourself. The code is available on github.
Davkilik
Posts: 3
Joined: March 25th, 2019, 1:19 pm
Location: South of France
eBay: SeeSolve
Initials: DVK

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by Davkilik »

@CitrikElektrik

Thanks you , i do it myself :)

I have inverted KEY_P with KEY_ESC .
Shift mode : start P1 + down.

Impossible to found a way to enable it with start P1 + button 3 only work with button 2 ??!
User avatar
Flyingfistofbudha
Posts: 86
Joined: December 8th, 2016, 10:05 pm
Location: U.k.
eBay: Daniels4249
Initials: Dan

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by Flyingfistofbudha »

any sega io to pc analog type connector out there?

for driving games
CitrikElektrik
Please Continue...
Posts: 18
Joined: October 26th, 2015, 1:12 pm
Location: Villemomble - France

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by CitrikElektrik »

Flyingfistofbudha wrote: December 13th, 2020, 1:38 am any sega io to pc analog type connector out there?

for driving games
My buddy gtranche forked this project and he handles the analog channels for gun games (it converts gun positions to analog joystick that is perfectly recognized by Mame). He's not far away to provide analog support for steering wheels, brake and accelerator. Open an issue on his github to put that **** under pressure. 🤣

https://github.com/gtranche/JVSy
User avatar
Flyingfistofbudha
Posts: 86
Joined: December 8th, 2016, 10:05 pm
Location: U.k.
eBay: Daniels4249
Initials: Dan

Re: Open source JVS I/O to pc interface (WIP: Analog, Lightgun)

Post by Flyingfistofbudha »

yeh man
i want this bad...
i will do that :lol:
Post Reply