Autoxray Usb To Sdl Cable Driver Driver



Over the years, several people on this forum have recommended AutoXRay scan tools.
Years ago I purchased an EZ Scan 6000, their (at the time) top of the line scanner.
I decided to upgrade the software on it, since it supposedly only covers up through the 2005 model year. (Although I have successfully read newer cars.)
In order to upgrade the scanner, I first needed to install drivers for their proprietary USB cable. The problem is, the drivers appear to not support anything newer than XP, or 64 bit 'anything'.
I poked around on the web for a bit, and several people had posted poor reviews on Amazon's site, concerning these drivers. They also stated that the scan tools cannot be upgraded to support CANBUS cars. (although I was able to get some basic OBD II info from my '09 Challenger CANBUS PCM.)
Perhaps the basic OBD II stuff is required to remain the same, but the whole 'unable to upgrade' thing is a real bite in the posterior.
To be fair, I have not attempted to contact their customer service dept and ask them what the deal is, so there may still be more to this. I really doubt it, though.
I would encourage anyone to pay attention to this, or at least do some research, before buying a scan tool.
As an aside, AutoXRay also does not support CASE learn (Crank position sensor calibration.) Not that that's a big surprise.

Contents

1) Insert CD-ROM (AutoRun by default, or setup.exe manually) 2) Follow on-screen instructions for installing software drivers for SDL USB and/or RJ45 USB cables. 3) Refer to “Readme.txt” for specific installation information. USB / SDL / RJ45 Cable Software drivers for Microsoft Windows® 98 2nd Edition, 2000 and XP. AutoXray USB to SDL Serial Cable 531563 (COM4) - windows 7 drivers driver-category list Irregular pc crashes are often the consequence of bad or expired AutoXray USB to SDL Serial Cable 531563 (COM4), as it impinges on additional modules which could induce such a inconsistency, that only a shut down or a obligated reactivation may solve.

  1. FAQ: Using SDL
    1. How do I choose a specific video driver?
    2. How do I choose a specific audio driver?

How do I choose a specific video driver?

You can set the environment variable 'SDL_VIDEODRIVER' to the name of the driver you want to use. The drivers available depend on the platform and SDL compile-time options. Here is a partial list for some platforms:

Linux

Name

Description

1.2

2.0

x11

(default) Use the X11 windowing system

yes

yes

dga

Use XFree86 DGA 2.0 for fullscreen hardware acceleration

yes

fbcon

Use the framebuffer console

yes

directfb

Use the DirectFB API

yes

yes

svgalib

Use the SVGAlib API

yes

ggi

Use the General Graphics Interface API

yes

aalib

Use the Ascii Art library

yes

Win32

Name

Description

1.2

2.0

directx

(default) Use the DirectDraw API

yes

windib

Use the standard Win32 GDI

yes

windows

Use SDL Windows video driver

yes

How do I choose a specific audio driver?

You can set the environment variable 'SDL_AUDIODRIVER' to the name of the driver you want to use. The drivers available depend on the platform and SDL compile-time options. Here is a partial list for some platforms:

Autoxray Usb To Sdl Cable Driver Driver Windows 7

Linux

Name

Description

1.2

2.0

dsp

(default) Use the OSS API by opening /dev/dsp

yes

yes

dma

Use the OSS API to perform DMA access on /dev/dsp

yes

esd

Connect to the ESound audio daemon

yes

yes

artsc

Connect to the ARTS audio daemon

yes

pulse

Use PulseAudio

yes

alsa

Use ALSA PCM audio

yes

yes

arts

Use Analog RealTime Synthesizer

yes

yes

pulseaudio

Use PulseAudio

yes

Autoxray Usb To Sdl Cable Driver DriverSdl

Win32

Name

Description

1.2

2.0

dsound

(default) Use the DirectSound API

yes

waveout

Use the Win32 MultiMedia API

yes

directsound

Use DirectSound

yes

winmm

Use Windows Waveform Audio

yes

What environment variables are used by SDL?

Autoxray Usb To Sdl Cable Driver Driver

Mattias Engdegård has made a partial list of the environment variables that SDL may use. Keep in mind that these environment variables are not officially supported, and may change or go away at any time. ftp://ptah.lnf.kth.se/pub/misc/sdl-env-vars

Autoxray Usb To Sdl Cable Driver Driver Updater

Why does SDL disable my screensaver by default?

Many applications using SDL are games or screensavers or media players where the user is either watching something for an extended period of time or using joystick input which generally does not prevent the screensaver from kicking on.

You can disable this behavior by setting the environment variable: SDL_VIDEO_ALLOW_SCREENSAVER=1 This can be set globally for the user or on a per-application basis in code.

Autoxray Usb To Sdl Cable Driver Drivers

In SDL 2.0.2 this can also be changed by setting the hint SDL_HINT_VIDEO_ALLOW_SCREENSAVER.

Autoxray Usb To Sdl Cable Driver Driver Download

Additionally, SDL 2.0 provides the function SDL_EnableScreenSaver().