Electronics [HELP] USB to Somthing (Parallel / Serial / ???)

Discussion in 'Modding' started by Delta101, 22 Mar 2010.

  1. Delta101

    Delta101 What's a Dremel?

    Joined:
    22 Mar 2010
    Posts:
    2
    Likes Received:
    0
    Hi Guys,

    this is probably asked alot but i cant seem to find the answer i need anywhere.

    i have a PC with a parallel port and have been able to get leds flashing and stuff using C# and ipout32.dll, my problem is that the PC in my car has no Parallel port, serial port or PCI slots (ITX Mobo, running Windows XP)

    i have tried a USB - Parallel but them cables both just install as USB Printer and not LPT1

    so how would i go about controlling the LEDs in my car and avoiding the speaker thumps at startup?
     
  2. Moriquendi

    Moriquendi Bit Tech Biker

    Joined:
    3 Nov 2005
    Posts:
    1,691
    Likes Received:
    58
    What mobo is it? Is it possible that it has a parallel port as a pinheader?

    Moriquendi
     
  3. lenne0815

    lenne0815 What has been seen cannot be unseen

    Joined:
    4 Jul 2009
    Posts:
    542
    Likes Received:
    26
    i think there are serial / pci slot cards, but i dunno if u could fit them...
     
  4. Boxcarr

    Boxcarr Will use any tool available.

    Joined:
    3 Dec 2009
    Posts:
    47
    Likes Received:
    0
    from what I have read you cannot directly (through code) control lights etc. with just a USB.
    There needs to be a decoder, I ran across a site that would allow you to control relays, lights, motors, pretty much anything you had the time/$/or creativity to try through the USB ports.

    try searching "control the world from my PC" & USB it should come up.
     
  5. dark_avenger

    dark_avenger Minimodder

    Joined:
    9 Jul 2008
    Posts:
    1,117
    Likes Received:
    47
    USB-> Serial and USB-> Parallel converters won't work for what your trying to do as they don't work as true ports.

    Your best bet is as PCI Serial/Parallel card
     
  6. Delta101

    Delta101 What's a Dremel?

    Joined:
    22 Mar 2010
    Posts:
    2
    Likes Received:
    0
    The Mobo is a :ZOTAC GeForce 9300-ITX WiFi
    thanks for the info about USB > Serial (Was gonna buy one and try now i dont have to)

    i have been looking at Arduino boards and am wondering if they will do what i need.
     
  7. dark_avenger

    dark_avenger Minimodder

    Joined:
    9 Jul 2008
    Posts:
    1,117
    Likes Received:
    47
    Something like this might do the trick for you
     
  8. Boxcarr

    Boxcarr Will use any tool available.

    Joined:
    3 Dec 2009
    Posts:
    47
    Likes Received:
    0
    it looks like an Arduino would work. though I haven't heard of them until today.
     

Share This Page