Got some newbee questions for the masters of C# =PIm trying to build a small ROV. iv used Python and the joystick sketches u can find on the internet.But i want a GUI that shows feedback from the ROV and output info like "lights on/off" and thruster output states.And thats why i have swich ...
I am pretty new to VC++ programming and I am currently working on a program which requires to read the input from a steering controller ( those USB ones ) using DirectInput.I basically ripped out the C++ Joystick example from the DirectX SDK and made some modications to it. Basically, this program i ...
from Richard42 http://www.emutalk.net/showthread.php?p=429968#post429968The latest Mupen64Plus code, version 1.99.3, is now released! For those of you who haven't been following our development saga, I'll spill some bytes explaining the re-archeticture that Mupen64Plus has undergone. The biggest cha ...
Any updates will be posted on http://roguestar.yi.org:5555/dv9000ubuntu8.04.htmlUbuntu 8.04 BetaAfter running Fedora 8 with stock kernels for nearly a year, the shift to Ubuntu was very nice.It took a full day to set everything up well enough for me,OpenOffice just crashed twice while writing this f ...
(NOTE: Using Ubuntu Studio 9.04)Hey guys!I need a hand in here...http://quicktoots.linuxaudio.org/toots/vst-plugins/in this page, the author wrote that the best WINE version to use with vst server is the one in here:http://www.notam02.no/arkiv/src/I downloaded both WINE and VSTServer packages in tha ...
I want to input joystick to my code,which is very simple smile.gif.I searched the net but find out that people use DirectInput , etc... but i want a very simple application, for example like when you pull right, a variable in the code changes from 0 to 10,whne you pull left another variable changes ...
When I try running the JOYTOY.c sample, there's an error message saying "Cannnot capture Joystick". Why is this so? Does anyone know where I can get joystick sample programs to detect button pressed and reading x, ypositions? (The program must run in Windows, not DOS.) ...
i have a new joystick , can i build a program using C# controlled by Joystick not the mouse an dthe K.B ...
Id like to write a C# program that runs in the background and intercepts direct input (joystick) input before it gets to an Application. The reason I am doing this is I want to put some code between the buttons the user presses, and the commands the application receives. I want to trap the Joystic ...
I just installed Gutsy, and am having a problem using a joystick for more than 10 seconds. After I begin using it, the kernel thinks it disconnects, and then gives it a new address.See below:Nov 1 19:13:37 destroyal kernel: [727551.341007] usb 1-2: USB disconnect, address 10Nov 1 19:13:37 destroyal ...
I am looking for a C lib to control a USB force feedback joystick, I am designing a force feedback control system for a submersable viehicle, am not a skilled programmer but will have my hand held alot along the way.the idea is to have a platform independant control system (no directX); is there a d ...
For some reasons i want to simulate joystick as if a joystick button was pressed or its axis was moved to a point.This would be useful for coding a program which would do some jobs such as code to cross a complex path (in a game) without using a joystick.I think SendInput can only simulate a keyboar ...
I have done a good amount of research and I'm still unable to determine how I can perform real emulation of a joystick. What I found on the web was using the mouse movements to simulate a joystick that moves an imaginary little ball.No, what I wish to do is to emulate a real joystick, programmatical ...
The package joystick is installed how do i set it up?blade@desktop:~$ jscalUsage: jscal <device>-c --calibrate Calibrate the joystick-h --help Display this help-s <x,y,z...> --set-correction Sets correction to specified values-t --test-center Tests if joystick is corectly calibratedretur ...
We are developing and application/driver that control a joystick. The GUI will be written in Flash and the device control stuff will be written in C++. Questions:Does any one pnow of a way to call C++ routines from Flash?Does Flash use stack based calls?Kind ...
can someone convert this, i need it now#define NUM_ANALOG 8 /* Number of analog values which we will provide */#define NUM_DIGITAL 16 /* Number of digital values which we will provide */#pragma pack(push,1) /* All fields in structure must be byte aligned. */typedef struct{unsigned long Signature; /* ...
I was using c-media AC97 onboard audio on my PC (running xp) without any problems - until I installed a new sound card so that I could use it's game port for a joystick. After installing the new card I retained the c-media AC97 drivers as the default for sound (I only needed the joystick). Problem n ...
(do you think this is the appropriate forum for such message? I am newbie!)Hi...I am new to linux and kdevelop...I come from the planet of microsoft and Visual Basic I can write C++, but still couldn't figure out the "make" and "configure" stuff...It was all hidden in MS VC++ (i ...
i started making a game using c++ and allegro, but i keep getting a error can some one please help me out this is the code#include <iostream>#include <allegro.h>#include "PlayerClass.h"#include "Global.h"using namespace std;#define LEFT 4#define RIGHT 6#define UP 8#de ...
I am trying to get a gameport joystick (along with throttle and pedals) to work on my machine. This all runs as an analog system under Windows. I am running an AthlonXP 2200 with 512MB memory. My soundcard is a C-Media CM8738. When I try to manually load the modules, I get the message that ns558 is ...
Most people want to plug a joystick into their computer. Instead, I'm trying to make my linux box look like a HID joystick when I plug it into another computer. Basically I want some C code running in linux to be able to output joystick commands through the USB HID interface into another computer. A ...
I am starting to develop an applicaiton on Windows CE and I am using Visual Embedded C++ 4.0. I created a projet with the wizard WCE Pocket PC 2003 MFC AppWizard and tried to build the project without changing any code yet, I get many compilation errors (the list is long ) such as C:\PROGRAM FILES\M ...
I have ported DirectFB successfully on both i386 and arm... I have a joystick device and i want to use it.....DirectFb-examples provides a df_joystick.c example....when i am tryin to run it i get an error ...." No joysticks found"..... In both my systems joystick is getting detected by lin ...
i'd like create a DLL with my source code in C (Warning not C++).i use Visual C++ 6.0but i have a error. i don't understand this error :this my header function :extern "C" __declspec(dllexport)int traceroute(char * url, int * count2,long tbltps [100], char tblip [16][100] ){ and this is th ...
I need to detect that joystick is unplugged during runtime. Using C++ Borland builder 5 enterprise edition.used windows api. Referred to http://plib.sourceforge.net/js/index.htmlRight now joystick once detected, it remains as plugged even though in the midst of the application i unplug the joystick. ...
Hi, I'm currently on Industrial attachment now and I'm requirement to find a way to interface joystick to turn a 3D image using visual c++. Found some scource code on the net but they can't run on my win NT, don't know why. Can someone please help? :( simply no idea how to begin....I'm not familiar ...
everyone, I'm creating a neural network, for my AI class, which is supposed to control a car in a racing game. I would like to be able to capture the current state of the joystick while I play (so i have training data), and I need to be able to "fake" or simulate joystick movements so the ...
i was getting values x and y axis from joystick using c# and after getting the joystick values into pass the opcserver ..plz replay me any logics and codings..any have opcserver connection and how to pass the values code send to me ..... thk ...
i dont know if im suppose to post it here or in the C# form, but since im using it in a ASP.NET projet ... i'll write it here.how can i send an SMS from a PC to a phone, and in details please, explaining EVERY step ...
I've been fooling around with a Dance Dance Revolution mat trying to get some of the arrows to send key events to the desktop. Following http://www.x.org/archive/X11R7.5/doc/man/man4/joystick.4.html I edited my xorg.conf and have most of it working, except the key commands. The best I can get is eac ...
I'm working on a little projet where a need to log some events with date/time information in a binary dump file and after parse this file to store these information in a Database. The parsing of the file is made by a Java application that stode data in an Acces DB via JDBC.I wonder what function I m ...
OK, here's what I am trying to do:There's this game, originally written for Nintendo 64 but later ported to PC, called Xtreme G-2 (it's a futuristic bike race game with some spicing on the weapons front). Unfortunately, it does not seem to recognize all joystick features, in particular there is no w ...
I'm having some issues with using a joystick (specifically a Playstation 2 controller, detected at /dev/input/js0) with mplayer.What does work (and steps taken):* Joystick works well with other programs (ex: mame, mythtv)* jscalibrator picks up the controller, all 16 buttons and axis * enabled joyst ...
USB joystick with Linux only works when I disconnected and reconnected its.I have a problem that it can easy, but I didn't find a solution yet.When I turn on my computer using a Ubuntu and tried to use the joystick the commands of joystick doesn't pass to SO. Once I disconnect and reconnect the joys ...
For a projet I try to create in C# a DLL that contains the Active X of Flash. Then I want to use this C# DLL within an application Win32 created in C++. Thus, from the application Win 32 C++ I could call and show the Flash's interface which would communicate with her container C#.I have been trying ...
I need a program written in C# to interface a usb joystick with a usb Maestro servo controller. I need two axis one servo per axis/channel, I have the open source code for controlling the servo controller using C#.*Job Taken* ...
I have tried to compile beryl, xmms, Half-Life game server and a couple other random programs. None of which I have any luck on, I get the same error on all of them. Here is a copy of what I am getting:root@ryan-laptop:~/xmms-1.2.11# ./configurechecking build system type... i686-pc-linux-gnulibc1che ...
I'v tried everything and cannot do anymore with this problem. Here is everything, I'v done (with sudo):$ cat /proc/asound/cards0 [Live ]: EMU10K1 - SB Live [Unknown]SB Live [Unknown] (rev.10, serial:0x80651102) at 0x2080, irq 5modprobe emu10k1mknod input/js0 c 13 0mknod input/js1 c 13 1mknod input/j ...
I have an old dance pad which is still working. It is so old so it uses LPT port.I got it working on Window$ by using a program called PPjoy, but I did it on a PC, not on laptop. StepMania worked very well on Linux, but not on Window$.My laptop, which is running Ubuntu 7.10, does not have LPT port, ...
I'm on Ubuntu 6.06 right now, and recently I have discovered the joys of PSX emulation. I went out and picked up one of those cheap PSX->USB controller adapters (its got actual circuitry inside it, it doesn't just change the shape of the plug), thinking I could get it to work, but alas, it doesn' ...
Problem with this joystick is that it doesn't get properly initialized at boot. If i cat /dev/input/js0 and move the stick there's no input shown until i unplug the joystick and then replug it again after which it works fine until next reboot.Here is output of "dmesg | grep usb" after boot ...
I really do not understand the read me on how to install. so i was hopeing that someone has this driver and can help me or atleast understands the readme i'll post it below.plz help me.Audio driver for CM8338/CM8738 chips by Chen-Li TienHARDWARE SUPPORTED============================================= ...
Here's some code I've been using on so I can get more linux games working for the mythboxIt takes a simple config file and turns joystick / lirc events into x key pressesiejkeys frozen-bubble.config frozen-bubblehere's a config file<config><joystick id="0"><axis number= ...
I recently bought x-plane and I am havening problems with my Logitech 3D extreme joystcik. I am trying to figure out how to calibrate it. In order to keep centered and level , have to keep the joystick unentered. I have tried the calibration feature in x-plane wirh little luck.I then installed joyst ...
Ok here's a little app I setup so I could use my mythbox with a gamepad and some gamesA lot of linux games dont have joystick support so this little app will map you joystick buttons/axis to key pressesyou run a game by goingjkeys example-config.joy armagetronadwhere example-config.joy is a simple x ...
I am looking for an application that will do macros for game pads. I know there is QJoypad, but that just lets you remap buttons to the keyboard or mouse. Granted, that is over half the work, but I would also like to be able to map joystick buttons to other joystick buttons, and or sequences of butt ...
http://www.mediafire.com/?msitbdej0adhttp://ubuntuforums.org/attachment.php?attachmentid=66632&d=1208782381This is patched version of the jscal utility from the joystick package. It will allow the remapping of buttons and axes directly into the driver.It's compiled for Ubuntu 7.10 AMD64, but you ...
Anyone here tried using the Wingman64 controller plugin?I'm using a very cheap Chinese joystick and am having axis problems in apps like ePSXe and Mupen64. For ePSXe, I switched to pSX which rocks and has awesome controller support. Mupen64, no such luck. The blight input plugin can't read from the ...
Okay, after much tweaking, I got my logitech joystick to work with Flightgear. All the axes respond and so do the buttons. However, when I increase the throttle with the little button on my stick, my plane slides to the left and I have to hold the stick to the right to keep it straight. So, my quest ...
I want to buy a reasonable analog joystick for flight gear that will work "Easily" in Ubuntusomething like thishttp://www.maplin.co.uk/Module.aspx?ModuleNo=42582&doy=6m1&C=SO&U=strat15Although I'm willing to spend up to £60 on itAny suggestions for a good joystick preferably w ...