Parallel device in windows 7

I have a parallel device Cavs JB99 I am trying to connect to my computer.  I bought a USB to parallel and when connected, it shows as IED device like a USB port on the printer.  If 2 units are not communicating.

Is there a a way to connect without windows, thinking it is a printer.
The connector on the computer is a parallel 25 pins female.
I don't see where it change.
When I try to run the software for the machine, I get a device dlportio driver cannot load.  The driver is there, but I think it has to due with how windows attempts to set the device as a printer.
Thank you

Hi Colleen,

I suggest that you contact the device manufacturer for assistance on this. You can contact them from this link:

 
Hope this information is useful.

Tags: Windows

Similar Questions

  • Since upgrading my iPhone 5s IOS 9.3.5 yesterday, so I can't see the camera of the iPhone as a device in Windows do not seem to be a direct way to upload my pictures on my PC.  Is it possible to download my pictures to my PC without iCloud?

    Since upgrading my iPhone 5s IOS 9.3.5 yesterday, I see more the camera of the iPhone as a device in Windows.  Therefore, with this update of IOS, I do find a direct way to upload my pictures on my PC.  Is there a way to download my photos on my PC without having to download them to iCloud?  My PC is Windows 7 Pro (64 bit).

    What I've always done, is to download my photos directly on my PC by using the option to remove the iPhone with the download.  I really want to continue to do so!

    Thank you!

    Hello

    Follow the steps here:

  • After that the last update 12.3.3.17 itunes will not recognize my devices on windows 10

    After that the last update 12.3.3.17 itunes will not recognize my devices on windows 10

    Have you tried these steps? If iTunes does not your iPad, iPhone or iPod - Apple Support

  • is - this el capitan IO works with parallels 8 and windows 7?

    I'm running IO 10.8.5 on my MacBook Pro and also have 8 parallels to run windows 7, will El Capitan IO work well with my set up? don't want to stop using Windows 7 on my machine

    Thank you

    Parallels has warned many users of its virtualization software Parallels Desktop for OS X version 8 is not compatible with the next OS X 10.11 El Capitan.

    Windows 7 will migrate in work on El Capitan w / Parallels

  • DirectDraw application will be black screen once what output device in Windows 7

    My directdraw full application screen, screen will be black once what output device in Windows 7
    but it never happens in Windows 2000 or windows XP with DX9.0c
    Is - Windows 7 or caused DX11?
    Is there a solution?

    Fri_fiscan,
    More than likely the games you are trying are not compatible with Windows 7.  To check go here: Windows 7 Compatibility Center also there is a thread of people discuss issues with DirectDraw.  You can take a look and see if there are all the elements that can help.

    Wire direct Draw Mike - Engineer Support Microsoft Answers
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Cannot access a HID device get code 5 error please let me know how to access a HID device, I need an example of code to access a HID device in windows 7.Thanks.R.M. Kiran

    /*******************************************************
    Simplification of Windows HID

    Alan Ott
    Software signal 11

    22/08/2009

    Copyright 2009, all rights reserved.
     
    The contents of this file can be used by anyone
    for any other reason without conditions and can be
    used as a starting point for your own applications
    that appeal to HIDAPI.
    ********************************************************/

    #include
    #include
    #include
    #include
    #include "hidapi.h".

    The headers needed to sleep.
    #ifdef _WIN32
    #include
    #else
    #include
    #endif

    int main (int argc, char * argv)
    {
    int RES;
    unsigned char buf [256];
    #define MAX_STR 255
    WSTR wchar_t [MAX_STR];
    hid_device * handle;
    int i;

    WIN32 #ifdef
    UNREFERENCED_PARAMETER (ARGC);
    UNREFERENCED_PARAMETER (argv);
    #endif

    struct hid_device_info * devs, * cur_dev;
       
    devs = hid_enumerate (0x0, 0x0);
    printf ("id=%d\tsproduct id = %d\n",devs-> vendor_id provider, devs-> product_id ");
    cur_dev = devs;
    so that {(cur_dev)
    printf ("detecte\n device type: % 04hx %04hx\n path: %s\n Serial_number: %ls", cur_dev-> vendor_id, cur_dev-> cur_dev-> path, product_id, cur_dev-> Serial_number);
    printf ("\n");
    printf ("manufacturer: %ls\n", cur_dev-> manufacturer_string ");
    printf ("product: %ls\n", cur_dev-> product_string ");
    printf ("output: %hx\n", cur_dev-> release_number ");
    printf ("Interface: %d\n", cur_dev-> interface_number);
    printf ("\n");
    cur_dev = cur_dev-> next;
    }
    hid_free_enumeration (devs);

    To implement the command buffer.
    Memset (buf, 0x00, sizeof (BUF));
    buf [0] = 0x01;
    buf [1] = 0x81;

    Open the unit by using the VID, PID,
    and possibly the serial number.
    handle = hid_open (0x4d8, 0x3f, L "12345");
    handle = hid_open (0 x 0461, 0x4d81, NULL);
    If (! handle) {}
    printf ("cannot open device\n");
    Return 1;
    }

    Read the manufacturer string
    WSTR [0] = 0x0000;
    RES = hid_get_manufacturer_string (handle, wstr, MAX_STR);
    If (res<>
    printf ("could not read the manufacturer string\n");
    printf ("string of the manufacturer: %ls\n", wstr ");

    Read the product chain
    WSTR [0] = 0x0000;
    RES = hid_get_product_string (handle, wstr, MAX_STR);
    If (res<>
    printf ("cannot read string\n product");
    printf ("string of product: %ls\n", wstr ");

    Read the serial number string
    WSTR [0] = 0x0000;
    RES = hid_get_serial_number_string (handle, wstr, MAX_STR);
    If (res<>
    printf ("could not read the serial number string\n");
    printf ("string of serial number: (%d) %ls', wstr [0], wstr");
    printf ("\n");

    Read the indexed string 1
    WSTR [0] = 0x0000;
    RES = hid_get_indexed_string (handle, 1, wstr, MAX_STR);
    If (res<>
    printf ("could not read the string indexed 1\n");
    printf ("indexed 1 string: %ls\n", wstr);

    Define the function hid_read() as non-blocking.
    hid_set_nonblocking (handle, 1);
       
    Try reading from the device. It is and must be without
    given here, but enforcement should not block.
    RES = hid_read (handle, buf, 17);

    Send a report on the device
    buf [0] = 0x2;
    buf [1] = 0xa0;
    buf [2] = 0x0a;
    buf [3] = 0x00;
    buf [4] = 0x00;
    RES = hid_send_feature_report (handle, buf, 17);
    If (res< 0)="">
    printf ("cannot send a feature report. \n") ;
    }

    Memset (buf, 0, sizeof (BUF));

    Read a report of the device
    buf [0] = 0x2;
    RES = hid_get_feature_report (handle, buf, sizeof (buf));
    If (res< 0)="">
    printf ("failed to get a feature report. \n") ;
    printf ("%ls", hid_error (handle));
    }
    else {}
    Print the buffer returned.
    printf ("function Report\n");
    for (i = 0; i< res;="">
    printf ("% 02hhx", buf [i]);
    printf ("\n");
    }

    Memset (buf, 0, sizeof (BUF));

    LED toggle (cmd 0x80). The first byte is the report number (0 x 1).
    buf [0] = 0x1;
    buf [1] = 0x80;
    RES = hid_write (handle, buf, 17);
    If (res< 0)="">
    printf ("could not write () \n");
    printf ("error: %ls\n", hid_error (handle));
    }

    Status request (cmd 0x81). The first byte is the report number (0 x 1).
    buf [0] = 0x1;
    buf [1] = 0x81;
    hid_write (handle, buf, 17);
    If (res<>
    printf ("impossible to write() (2) \n" ");

    Read the requested State. hid_read() has been set to be
    non-blocking by the call to hid_set_nonblocking() above.
    This loop shows the non-blocking of hid_read() nature.
    Res = 0;
    While (res == 0) {}
    RES = hid_read (handle, buf, sizeof (buf));
    If (res == 0)
    printf("waiting...\n");
    If (res<>
    printf ("could not read () \n");
    WIN32 #ifdef
    Sleep (500);
    #else
    usleep(500*1000);
    #endif
    }

    printf ("read data: \n");
    Print the buffer returned.
    for (i = 0; i< res;="">
    printf ("% 02hhx", buf [i]);
    printf ("\n");

    hid_close (handle);

    / * Free of static objects of HIDAPI. */
    hid_exit();

    WIN32 #ifdef
    System ("pause");
    #endif

    return 0;
    }

    Hi KIRAN RM,.

    Given that you need example code to access a HID device in windows 7, the question you have posted is better suited for the MSDN Forums. Please post your query in the link next to the support of the MSDN forum for further assistance.

    Windows hardware development

  • How can I get the USB Audio device in option audio device for Windows XP?

    USB Audio will not appear as an option. However, the Audio USB headset is an option. Help. Thank you

    Hi VincentMr,

    ·         What is the brand and model of the USB audio device?

    You may need to install the device drivers on the device manufacturing site, or else you must have received the CD of the software with the device.

    See the following article for more information on the update of drivers:

     

    How to manage devices in Windows XP

    http://support.Microsoft.com/kb/283658

    Let us know the results.

  • Error message indicating the problem with the monitor of devices in Windows XP.

    Original title: Device Monitor

    Error message indicating the problem with the monitor of devices in windows xp. How to fix?

    Hello

    1. when exactly you receive this error message?

    2. What is the brand and model of your computer?

    3. What is the exact error message that you receive?

    Please provide us with more information about the issue so that we can provide you with the necessary assistance.

  • When I try to copy a file to an external device using Windows Explorer I get the following error message: "cannot copy. The directory or file cannot be created. »

    original title: could not copy files

    When I try to copy a file to an external device using Windows Explorer I get the following error message: "cannot copy.  The directory or file cannot be created. "I understand that I may have the physical limit of USB keys for the root directory.  How can I fix it?

    Hi GloriaZF,

    What is the size of your external hard drive and what is the available free space? Open my computer-> right click on the external hard drive-> properties. You will not be able to copy more data if the disk is full, or who have less space compared to the size of the file you are trying to copy.

    You need to remove the order data to make the space more. Deleted data from the device USB will be permanently deleted and will not be stored in your Inbox, so take care while eliminating unnecessary data.

    I hope this helps.

  • Error installation software device driver for removable devices in Windows Vista x 64

    I have Windows Vista x 64 installed on my PC and nVidia Forceware motherboard and graphic cards.

    When I plug in any removable drive into my USB 2.0 port, Windows starts the installation of the device driver software and then sees it as an unknown device. The dialog where he asks me if I want to 'locate and install driver software', 'Ask Me later' or 'don't show this message for this device.

    I select the recommended option: "locate and install driver software.

    I click 'Continue' when Windows asks me permission to continue.

    Then, when the execution of the installer of the software in the bottom right of my screen, the installation of driver software for device, it shows "unidentified device failed.

    Then another window pops up saying this:

    "Found New Hardware - device unknown".

    Windows encountered a problem installing the software driver for your device

    Windows found driver software for your device but encountered an error trying to install it.

    Kodak

    An error occurred during the installation of the device:

    The driver for this device is missing a necessary entry. Maybe it's because the file INF was written for Windows 95 or later. Contact your hardware vendor.

    If you know the manufacturer of your device, you can visit their website and check the support section for driver software. »

    That's what he does when I'm trying to connect my Kodak Easyshare M550 digital camera. I would go ahead and contact Kodak, but the problem seems to extend to ANY removable device on my computer.

    For example, I have a Lexar Flashdrive. When I plug it into my USB 2.0 port, it Windows says the following:

    "Windows needs to install driver software for your USB Flash Drive", etc...

    'Install the device driver software', 'USB Flash Drive search Windows Update'...

    Then a window opens asking me to "insert the disk that came with your USB key. Problem is that no driver disk not supplied with the hardware that Windows Vista is supposed to come with the drivers. I know this because the camera and usb flash drive worked very well until I reinstalled Windows Vista on my new hard drive (new installation, because my old hard drive crashed) and I've NEVER had to install device drivers for Windows to recognize it as a removable drive and operate automatically.

    Also, I installed Daemon Tools Lite and I had to manually "Update" the device driver to point to the "Windows\INF" folder in my hard drive, after copying the cdrom files needed for the specific subfolders for windows to let the program assign a drive letter for the drive virtual it creates.

    I think that perhaps not all device drivers have been installed when I installed Windows Vista, this time. If that's the problem, I don't know how that could happen, nor how to fix it, but I really prefer to find a way to solve this problem without reinstalling Windows Vista again. I don't mind not manually install the drivers as long as someone can show me what files to copy and where to find them on the Windows Vista disk that I bought at Microsoft. I KNOW that Windows HAS come with these drivers.

    If anyone knows how I can fix this, please tell me, because it's ridiculous to not be able to use any removable device readers (except for the use of all Flash drives). Thanks in advance.

    I know it can be frustrating to solve problems.

    (A) was this post or hibernation sleep?

    Microsofts troubleshooting KB

    http://support.Microsoft.com/kb/928631

    (B) the bios settings

    First of all you do not state if you tried to see if there was a setting in bios disabled USB ports during the startup. Or how the bios was set to install devices automatically. If you check your manual site or the motherboard manufacturer

    It will tell you which key to press. And where your USB ports are on or off. Some systems do not have to turn on or off.

    Plug n play OS on conscious

    could help Vista automatically recognize your USB

    (C) what version where do you use? SP1? or gold?

    (D) USB hubs may cause problems just be hubs. Power connected?

    (E) and of course if it is a case check connection in the right port. Return panel slide? plugged into port back?

    Hope something here helps

    Keith

  • Cannot open the synaptics pointing device in windows vista, upgrades are far but message error, unable to connect to the synaptics pointing device

    Hi I have a problem with my mouse/pointer when I click on the mouse to open it I have error message unable to connect to the synaptics pointing device. Have you checked the updates that are up-to-date, and the driver is ok, not sure what to try next need to make any changes to the mouse pointer

    with Brice thanks.

    Hi paiyay,

    Thanks for posting in the Microsoft Community.

    I understand that you are unable to open the synaptics pointing device in windows vista

    · You did changes to the computer before the show?

    · What happens when you click the Yes button in the error message?

    · You are able to use the mouse on the system?

    I suggest you uninstall the software from programs and features and then try to open the properties of the mouse and check if you are able to open the mouse properties then I would you recommend to uninstall the drivers that are installed on the system in the Device Manager and then download the drivers from the link below and check if the problem is resolved.

    http://www.Synaptics.com/support/drivers

    http://www.Synaptics.com/resources/drivers

    Updated a hardware driver that is not working properly

    http://Windows.Microsoft.com/en-us/Windows-Vista/update-a-driver-for-hardware-that-isn ' t-work correctly

    Connect the hard disk, and then try running the fix tool of the article below and check out them.
    Hardware devices do not work or are not detected in Windows
    http://support.Microsoft.com/mats/hardware_device_problems/

    I suggest you to contact the mouse manufacturer for assistance. Click on the link below.

    http://www.Synaptics.com/

    See also:

    FAQ and troubleshooting

    http://www.Synaptics.com/resources/consumer-tips

  • Driver VGA Dual-Mode Camera installs but the device does not appear in the list of devices to Windows Photo Gallery

    Driver VGA Dual-Mode Camera installs but the device does not appear in the list of devices to Windows Photo Gallery

    Hello

    I will need to know the brand and model of the device in order to help you solve it.

    You see the device listed in the Control Panel, hardware and sound, scanners and cameras?
    Brent
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Media Player no longer recognizes my mp3/Media Player as a device. Windows assigns a drive letter instead.

    Operating system

    I have Windows Vista Home Premium

    Version: 6.0.6002 The system locale: fr - CA
    Service Pack: 2.0 User language: fr - CA
    Building the lab: 6002.vistasp2_gdr.101014 - 0432 Geo ID: Canada
    Type: Workstation DRM version: 11.0.6002.18005
    Architecture: x 86 Indiv Version: 2.9.0.1
    Processors:

    4

    Windows Media Player 11.0.6.002.18311 (all the latest codecs, binaries, etc..)

    Player mp3/multimedia  CREATIVE ZEN NANO PLUS 1 GB dark blue (Yes, it's old, but until this year, no problems.)

    Please offer ideas, (I don't have some left brain cells and I need to upgrade my eyeglass prescription).

    Warmly yours.

    kamikid.

    Hello

    Download the latest driver and firmware for the device and even install on your computer.

    See this link:
    http://support.creative.com/products/ProductDetails.aspx?CATID=213&subCatID=214&ProdID=12720&ProdName=Zen%20Nano%20plus&subCatName=Zen&CatName=MP3+players

    You must synchronize the device with Windows Media Player.

    See these articles for help:
    http://Windows.Microsoft.com/en-us/Windows-Vista/set-up-a-device-to-sync-in-Windows-Media-Player
    http://Windows.Microsoft.com/en-us/Windows-Vista/Windows-Media-Player-sync-frequently-asked-questions

    Kind regards
    Afzal Taher
    Microsoft technical support engineer

  • in the Device Manager window.there is a brand of (!). Microsoft tun miniport adaptor.this device cannot start. (code 10)

    in the Device Manager window.there is a (!) brand microsoft tun miniport adaptor.this device cannot start. (code 10) hmendezlopez

    Hello

    Control Panel - Device Manager - do right click on them - UNINSTALL - REBOOT

    Nothing else to do, Windows will do the rest. And you can ignore the errors altogether if you wish
    and on some computers, it will always be there but don't cause any trouble.

    On a Windows Vista-based computer or on a Windows Server 2008, Microsoft computer
    ISATAP map appears with a yellow exclamation next to it in Device Manager and you also
    error message
    http://support.Microsoft.com/kb/932520

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • Device to Windows Mobile and Windows 7

    I could not find the Windows Mobile Device Center in Windows 7. In addition, when I plug my camera in Windows 7, it does not recognize. Vista had no problems to recognize or sync to the device.

    Anyone know where he is at the center of the device in Windows 7 and how to get Windows 7 to recognize the device?

    MitigationElf,
    Mobile Device Center will be installed automatically once you connect your mobile device.
    If your device is not compatible, you might need to wait until your device support manufacturer releases.
    Please remember that Windows 7 is still in testing, official support and adoption must be provided by the manufacturers at the time of the release. Rami
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

    Hello Rami,

    I guess the point of my question was that Windows Mobile Device Center does NOT automatically install in Windows 7 when a compatible device is connected. The T-Mobile wing is fully compatible with Windows 7. (to push the point a bit more, Windows 7 documentation indicates that something compatible with Vista is also compatible with Windows 7, but it is a question of a different thread).

    When I plugged my wing in, not Windows 7 has not yet recognized that something had been plugged in, and still less that it is a Windows Mobile 6.1 device.

    I have, however, found a workaround. First of all, I found Windows Mobile Device center in the downloads section of the Microsoft.com site and installed it - he aparently comes not packed with Windows 7. Once I did the install and then plugged the Windows Mobile 6.1 device back in, then it is detectable.

    Thank you very much for your help!

    ME

Maybe you are looking for

  • Need drivers for my Satellite C850-B909 new

    HelloI bought a new computer laptop is model number:Toshiba Satellite C850-B909Part number: PSKCAV-0C500HAR And it came to pass without OS pre-installed, and I need it's driver please.Please help me I searched in the support site and found no drivers

  • Disable the hotkeys during execution?

    I tried to read through all the threads related to disable shortcuts, but I can't find a solution to my problem.  I need to test a multiple-key keyboard.  Currently, I have problem with shortcut keys is turned on, such as ctrl + y, F1 and others.  I

  • Reading USB gamepad?

    LabView is a VI to read a USB Joystick/game controller.  Y at - it no support to achieve in CVI? I don't need anything more complex than the X & Y mark positions and detect keys. Google found me some MSDN info "Raw Device Input", but when I try to sa

  • Call the function in LabView from a DLL, and then access the global variable of DLL

    I've created a DLL in LabWindows with a function and structure.  I want to call the function from LabView and then access the overall structure.  I am able to call the function in the DLL with a "call library function node" and has access to the retu

  • Pots of support Invasion of Privacy - claims to be approved by Microsoft - threats to computer security

    This afternoon, I received a phone call suspect of someone (very strong Indian accent) claiming that he was of pots in charge who had allegedly approved support for Windows Microsoft firmware. He knew the details of our name and contact information.