Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Just that you all know.USB supp. in pure dos.

Status
Not open for further replies.

soaplover

Programmer
Aug 30, 2003
398
NO
Actually panasonic in japan had developed usb
drivers for DOS .

Get them while they are there:
The page if you can read it.

The exe.file if you don't find it on the page.

Unpack the exe file with winrar/winzip.

The driver switches you can use are: device=(path)\USBASPI.SYS [/e] [/o] [/w] [/v] [/l[=n]] [/f] /r] [/slow] [/nocbc] [/norst] [/noprt]

The driver scans all three USB controller specs by default, but you can limit which controllers are enabled using these switches:

/e EHCI spec (USB 2.0)
/o OHCI spec (newer USB 1.x)
/u UHCI spec (older USB 1.x)


/w Wait, displays text message for attaching or swapping USB devices
/v Verbose, shows status messages - recommended
/l[=n] LUN, specifies highest LUN # to be attached to device ID (default=0)

Example config.sys and autoexec.bat files on a DOS boot diskette with USB support for an usb cd-(rom/rw) and hard disk look like this:



[config.sys]
DOS=HIGH,UMB
lastdrive=Z
device=HIMEM.SYS
rem The following line loads Panasonic's universal USB- controller driver
devicehigh=USBASPI.SYS /v /w /e
rem the following is an aspi mass storage driver for usb- connected HDs and compactflash memory cards
devicehigh=DI1000DD.SYS
rem The following one loads CD-ROM driver
devicehigh=USBCD.SYS /d:USBCD001

[autoexec.bat]
@echo off
REM the following line adds a drive letter to the usb cd(rom/r/rw) mounted
LH MSCDEX /d:USBCD001



The Panasonic driver also seems to recognise some TI cardbus controllers, making it possible to use USB peripherals attached to USB (even 2.0!) Cardbus cards. Your mileage might vary. Knowledge of the Japanese language might be required to read and understand the Panasonic licence agreement or the cease-and-desist letters. Explore at your own risk.


//Regards Soaplover
 
Thats fine surely ,but it is not for usb 2.0 .
The panasonic is 2.0 compliant. (EHCI)

//Regards Soaplover
 
Or what you can do is share you printer and map to it
net use lpt1: \\computername\printersharename
This will redirect all your dos print jobs to print to your usb printer!
 
wonder if you could update this thread with link to these dos usb drivers?
I hope i am not out of line with this.
 
Garebo,

Panasonic appears to have taken it down from the site unfortunately. For a third party to put a copy up for download would most likely breach any license agreement, but if you try googling for the filename kxlrw40 you may find somebody who has done that.
Unfortunately I can't help as I don't have a copy of the file.

John
 
ty, i will try to google it, i didnt have the file name til now.
 
I googled it, no luck, i took of the last 2 digits, 40, and came up with a few panasonic sites, mostly german, cant find it so far.
 
Try:

Basically, you can find DOS drivers for your USB CDROM, CDRW, DVDROM and HDD drives from Panasonic's website in Japan. There are at least two versions of USB drivers there. These drivers are initially wrote for Panasonic USB CDROM, CDRW, DVD, HDD drives, but they are kind of universal and support almost all USB devices and laptops, including non-Panasonic ones. You just need to try and find out the right one that works for your specific USB drive and laptop. The one that works is the USB driver for Panasonic KXL-RW31AN CD-R/RW drive, found here (KXLRW31AN.EXE):

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top