. .
Page 2 of 5 FirstFirst 1234 ... LastLast

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    you can customize for Mach3?

  2. #2
    Hello to everybody, i am new on this and i have the following pins configuration on a 4 axis cnc (DB25) :

    2 X step
    3 X dir
    4 Y step
    5 Y dir
    6 Z step
    7 Z dir
    8 A step
    9 A dir
    10 limit X
    11 limit y
    12 limit Z
    13 home
    14 rele out
    15 E Stop
    16 rele out
    17 rele out

    How can i do change the firmware ?
    Thanks
    (Sorry , i have bad english)

  3. #3
    Hi Mr. Lee so much thanks for such a good project. and sorry for my poor English. few days ago I found your blog and also found the project that I was looking for. but unfortunately the code is missing here can't download it. it shows it is zip file but I can't download it so will you please send me that file if possible. your job will be appreciated. hardly I need that.
    again so much thanks and best regards.

  4. #4
    sorry came back again I mean this file:

    Click here to download the (Firmware Version 1.2 Type1)

  5. #5
    If any USB device makes the noise, they all will.

    The computer finds a USB device and gets it's unique product ID number. Then it goes "dee-dum" and looks for software matching that number.

    No noise means there is a problem in the firmware or the hardware.

    Product ID numbers are a problem if you want to make USB devices. The numbers are free but you have to join the USB club to get them which costs about £3k IIRC. When I needed numbers I searched the web and found a USB club member wanting to sell me ten numbers for a hundred pounds or so which is how I got around it. Wonder what number you are using.

  6. The Following User Says Thank You to Robin Hewitt For This Useful Post:


  7. The USB device ID is a combination of device, interface and endpoint configurators. These are set by firmware after the PIC is reset and then the sequence is:

    When the device is initially attached to the bus, the host
    enters an enumeration process in an attempt to identify
    the device. Essentially, the host interrogates the device,
    gathering information such as power consumption, data
    rates and sizes, protocol and other descriptive
    information; descriptors contain this information. A
    typical enumeration process would be as follows:
    1. USB Reset: Reset the device. Thus, the device
    is not configured and does not have an address
    (address 0).
    2. Get Device Descriptor: The host requests a
    small portion of the device descriptor.
    3. USB Reset: Reset the device again.
    4. Set Address: The host assigns an address to the
    device. >> this is where the de dum sound occurs
    5. Get Device Descriptor: The host retrieves the
    device descriptor, gathering info such as
    manufacturer, type of device, maximum control
    packet size.
    6. Get configuration descriptors.
    7. Get any other descriptors. >>during 5,6,7 Windows refines its understanding of the device, this is where you'll see 'Found generic HID' followed by 'Found <some device class>'
    8. Set a configuration. >>this is where windows tries to load the required software

    Since the ProductID is expensive the specifics are often in the later configurators, using a generic ProductID at the top level.

    If you are unable to get Windows to recognise the USB device, you could try downloading a USB diagnostic tool. Does the device appear in Device Manager as an 'Unknown device' with a yellow question mark? If so then Windows is not recognising the descriptor as one of the generic classes. If it doesnt appear at all then the USB controller isnt able to do the initial reset/enumeration (steps 1 - 3 above) and Windows will never know the device exists. If this is the case then the problem is in your hardware or software (including the Microchip USB libraries) and without a full scale debugger and source code and the knowledge to use it there is little anyone can do to help.

  8. The Following User Says Thank You to irving2008 For This Useful Post:


  9. #7
    I just had a quick look on www.usb.org and it seems you can now get vendor ID numbers for a mere $2k.

    Not as bad as I remembered it but they've now added a clause to say you can't sell numbers on. Too late guys :naughty:

  10. The Following User Says Thank You to Robin Hewitt For This Useful Post:


  11. #8
    If you're using a Microchip product (which this is), then you can apply for a PID and use their VID - although if usb.org has changed their rules, then I don't know if it's still applicable (I did download their application form a week ago though, so it's not been removed - but then I did find a direct link to it off another website, and they may have not removed it; only their links to it).

  12. #9
    usb.org
    Click "Developers"
    Click "two option" link in "Getting a vendor ID"
    Click the third of the two options, ""vendor ID" no logo licence
    Gets you here...
    http://www.usb.org/developers/vendor...h_02042009.pdf

    First paragraph includes the restriction

    Paragraph 2, the admin fee, results in the Yorksire War Cry...

    'Ow much?

  13. The Following User Says Thank You to Robin Hewitt For This Useful Post:


  14. #10
    please help me.. i have been working on pic18f4550 for making a usb to parallel port ,,, i saw a hope after looking this thread...

    due to cost reasons i can stick to pic18f4550 only...

    the firmware and software links are dead please update ,,some one help :( :( !!!!!
    ...
    there are some more doubts regarding this thread,after i program the micro controller and make all driver loading will my computer will detect it as LPT ? (as printer port in device manager like that of desktop systems)if know that how will be able to access the DB29 port?

    :( :( i am in an urgent need of help... i will be very thank ful; :)

    rony

Page 2 of 5 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 2 users browsing this thread. (0 members and 2 guests)

Similar Threads

  1. What is the function of a parallel port breakout board?
    By hbx in forum Machine Control Software
    Replies: 13
    Last Post: 12-03-2013, 06:18 PM
  2. Stepper motor drive using mach3 from parallel port
    By hmarwat370 in forum General Electronics
    Replies: 0
    Last Post: 04-02-2013, 08:55 AM
  3. parallel port address
    By Dan Brown in forum Artsoft Mach (3 & 4)
    Replies: 6
    Last Post: 07-01-2010, 12:04 PM
  4. Laptop, ie no parallel port?
    By tompsky in forum Laptops & Tablets
    Replies: 3
    Last Post: 11-11-2008, 07:12 PM
  5. Which USB parallel port emulator is the best
    By bruce_miranda in forum General Electronics
    Replies: 1
    Last Post: 18-09-2008, 03:38 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •