THIS PROGRAM IS PROVIDED AS-IS WITHOUT WARRANTY. USE AT YOUR OWN RISK!

What is it? How to use it? - For those of you who dont know this is a windows implementation of Sony's SCSI commands for the PSP.  The PSN Downloader uses these commands to get things such as firmware version.

New Features
 - Manual SCSI Command Entry
 - Output now SCSI Buffer max of 65536 Bytes
 - Removable Drive Detection (I have yet to implement actual psp detection in this app)
 - Hex editor style plain text output
 - ANSI or Unicode Text Output Display
 - Ability to use SHIFTJIS_CHARSET
 - New Warnings(Format and manual commands)

Thing to Know
 - Commands are in HEX
 - Information type SCSI Queries will fail if the output isnt set high enough.
 - Command type SCSI Queries may fail if byte length is greater then 0.
 - PSP Commands appear to be 10 Byte and Byte 2 is usually 00.
 - Byte 1 is the Query/Command while following bytes are parameters.
 - Preset 2 will format your memory stick!

Known Problems
 - Buffer length over 43729 bytes results in no text output in ansi mode. Unicode is unaffected and this limitation does not cause SCSi commands to fail only text output in ANSI.
 - If you connect 2 or more usb drives simulatniously, the first one will be picked up but the next one may not.  Wait a few seconds between connecting drives if you have todo so and are having trouble with picking up your psp.
 - Not all letters are translate into ANSI properly such as Byte Value of 80. (Working on this problem)

THIS PROGRAM IS PROVIDED AS-IS WITHOUT WARRANTY. USE AT YOUR OWN RISK!

How to use:
Connect a any type of psp running any firmware (preferably not 1.50 as most commands didnt exist in 1.50) with a memory stick to the computer.
Confirm or select your drive letter in the application.
Choose a preset or enter a manual scsi command in hex and press send query.

THIS PROGRAM IS PROVIDED AS-IS WITHOUT WARRANTY. USE AT YOUR OWN RISK!