The difference in the action of IgnoreHWSerNum of USB2.0 and USB3.0

I googled around a lot but was unable to find an answer to this problem, So I am putting it here.
I simply want that for a USB port, the assigned COM port number does not change for devices with a different serial numbers.
On investigating I found out that by configuring IgnoreHWSerNum Key in the Registry, registration of Serial Numbers for a device can be ignored.
Hence I set the IgnoreHWSerNum in the following Registry Key:
  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\usbflags
To Test I inserted one of the device in the USB 2.0 port.
The device was detected as COM3
Then I tried an another simillar device with different serial number in the same port.
I could confirm that this one was also detected as COM3
On checking the entries corresponding to "Vendor ID" and "Product ID" in the following Registry Key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
.. I cannot find the serial numbers of the devices, which is obvious.
But when I try these two devices in a USB 3.0 port I get different COM port number for each.
1st device: COM5
2nd device: COM7
On checking the entries corresponding to "Vendor ID" and "Product ID" in the following Registry Key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB
... I find the devices serial number, which means that the IgnoreHWSerNum entry did not work.
Does it mean that IgnoreHWSerNum registry settings does not work for USB 3.0? Or is there another place for the settings?
If not then how can I assign fixed COM port numbers to the devices with different serial numbers for USB 3.0?
Any help is appreciated!

I am seeing the same behavior as mentioned by mr.p-funk.
I am setting IgnoreHWSerNumXXXXYYYY = 1 in the Registry for a specific printer model (VID=XXXX, PID=YYYY).
When each printer of the SAME model is connected to the same USB2.0 port, the "ignore serial number" works as expected,
(i.e. multiple printers of the SAME model can be connected to the SAME physical USB port on the PC without creating a different "print queue".)
However, when connecting the 2 printers to a USB3.0 port, it does NOT work. Instead, it behaves as though IgnoreHWSerNumXXXXYYYY
in Registry is set to 0 instead of 1. (i.e. each printer of the SAME model gets a NEW print queue when connected to the SAME USB port on the PC.)
I work for a printer manufacturer, and being able to "Ignore the USB Serial Number" is something we use with customers quite often.
So, if there is a way to make this work when the printer is connected to a USB3.0 port on the PC, we need to know about it.
Sorry Alex Zhaozx, but Kate Li's response is NOT the answer to the question. She only describes the behavior a user will see when this Registry setting (=1) is working correctly,
i.e. with a USB2 port. We are asking about HOW to make it work with a physical USB3.0 port on the PC.

Similar Messages

  • The Firefox plugin page said I needed to install a new plugin for Shockwave Flash, but after doing the installation I checked back to see if the installation took place and the "action" column still says "update now" and potentially vulnerable."

    After downloading the new version of Shockwave
    flash the message in the box said the download was completed; however, the information on the Firefox plugin page keeps saying "potentially vulnerable" and "update now" as though no download took place. I repeated the download 2 more times and got the same results.

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Shockwave Flash 10.0 r32
    # Java Plug-in 1.5.0_06 for Netscape Navigator (DLL Helper)
    Update the [[Java]] and [[Flash]] plugin to the latest version.
    See
    http://java.sun.com/javase/downloads/index.jsp#jdk (you need JRE)
    http://www.adobe.com/software/flash/about/
    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]

  • How having a where-clause in a report without affecting the actions button

    Hi,
    let's suppose I have a simple report built on a table where I have a date field.
    If I want the report to get the records of the table when you login ao as to have only those of the current month, I could modify the region source in the page rendering of the report in this way:
    select
    “COLUMN1"
    "COLUMN2",
    "COLUMN3"
    from   "MYTABLE"
    where to_char(COLUMN2,'mm-yyyy') = to_char(trunc(sysdate),'mm-yyyy')
    order by COLUMN2
    The problem is that if I try to choose another range of date on the application by using the filter of the Actions button, I get no records and I suppose that is 'cause the report applies the filter to the query where I have
    where to_char(COLUMN2,'mm-yyyy') = to_char(trunc(sysdate),'mm-yyyy')
    and so I doesn't work.
    How should I do?
    Thanks!

    try this...
    select  
    “COLUMN1" 
    "to_char(COLUMN2,'mm-yyyy') ", 
    "COLUMN3" 
    from   "MYTABLE"  
    where COLUMN2 between to_char(COLUMN2,'mm-yyyy') and  to_char(trunc(sysdate),'mm-yyyy') 
    order by COLUMN2

  • What are the little red squares on the lower left hand corner of a movieclip in the actions panel?

    What do the little red squares on the lower left hand corner of the movieclips in the actions panel mean?  [Fig. 1]
    I'm working off this template in Flash CS3, that's using ActionScript 2.0 actually.
    I don't know whether or not that means anything in regards to the above inquire?
    Again, any help is appreciated.
    Fig.1

    OK, I think I might have figured this out.
    First. You guys keep insisting it's the Movie Explorer. It is not. It is the Actions Panel. You can see for yourself. Option+F9 opens the Actions Panel. Option+F3 opens the 'Explorer Window'. They are similar in appearance but they're not the same thing. They're just not.
    Second. I believe that the red dots on the movieclips, and also buttons, indicates when there is actionscript directly on the movieclip and/or button, as oppose to actionscript written on a frame within a movie clip and/or button.
    You really have to pay special attention to the top of the Actions Panel right next to where it says 'Actions' there's a dash '–' and then it says either 'Frame', 'Movie Clip', or 'Button'. This indicates exactly where you're about to write script to, or where you're reading the script from, so it's important to pay attention to this.
    That left side pane, in the Actions Panel, is divided by 'Scene' and by 'Symbol Definition(s)' and it's confusing because it's possible to have a symbol appear more than once depening on where the actionscript is located (i.e. on a frame or on the movie clip or button itself).
    For example if you have script on a FRAME within movie clip A, it'll appear in the SYMBOL DEFINITION(S) pane, without a red box, but if you were to write script on movie clip A itself, it would still not have the red box on it in the SYMBOL DEFINITION(S) pane, BUT it would appear again as movie clip A in the SCENE pane, and this time it would appear with the red box next to it, casue it now has actionscript directly on the movie clip itself. Wow, how confusing is that ha. 
    Keep in mind that if you made a movie clip B, within movie clip A, and if you placed actionscripts directly on movie clip B, NOT on a frame, then movie clip B would get a red box and appear UNDER movie clip A, within the SYMBOL DEFINITION(S) pane, NOT the SCENE pane. Ha.
    If you wrote script on a FRAME within movie clip B it would appear in the SYMBOL DEFINITION(S) again, yes a second time, twice, but WITHOUT a red box. Confused yet? ha.
    I don't know why Flash decided to do it this way. But it starts to make sense when you're actually viewing it, when it's in front of you. I think this is just for actionscript 2.0 (and for actionscript 1.0 presumably), but I don't think this is the case for ActionScript 3.0, because in as3 it's all instance name based, and targeting based, so there's no such thing as writing script directly onto a symbol of any kind, button, movie clip or otherwise.
    But yeah, that's it in a nutshell.
    Thanks for trying to help anyway.

  • HT2729 I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well.  What settings can I change to

    I bought a TV episode from iTunes (I have version 10 installed), but when I try to play it on my laptop, it keeps stopping and starting, with the voices out of sync with the action.  The action is stop/start as well., and occasionally it skips 5 or 10 seconds altogether, making it impossible to watch.  What settings can I change to fix the problem.

    Repair your QuickTime.
    Control Panel > Programs n Features > highlight QuickTime and click CHANGE then REPAIR.

  • Where is the action script?

    I'm new to Flash. I've an animated movie clip that I wanna
    duplicate. The movieclip is clickable and when it is clicked, the
    Movie goes to a specific frame. I wanna duplicate it but change the
    frame number to a new one. The problem is I can't find the action
    script code associated with this movie clip :( right click then
    actions gives nothing, I tried to edit it but I can see no actions
    as well :( Is there anyway to get the actionscript associated with
    a movie clip?
    Thank you

    if its AS3, actions are no longer applied directly to the
    movie clip. They will most likely exist in the first frame of the
    time line (click the frame, then open the actions window) or as an
    external .as file. (less likely for a simple movie)
    Try to find a frame on your timeline with a small 'a' in it
    and use the actions window to look at it and make whatever changes
    you need.

  • Why the "Actions" does not save the Overprint Black

    Hi!
    Ai CC 17.0.0
    Why the "Actions" does not save the Overprint Black?
    I can not create an action that will automate this time a very common activity?
    Why?
    Best Regards!

    I was just able to. I am in Illustrator 6 on a Mac OS 10.6. I started a new action and went through the menu just like your screen shot, chose my options and clicked ok, then stopped recording the action.
    I found to use the action I had to have something selected.
    I see that you are in Illustrator CC, perhaps there is a difference there. But for the record, on my system, it worked.

  • Cptiavte 8 - the actions does not appear in proprerties when adding a word search widget - any clues please

    Are  there some bugs in captivate - the properties do not always show timings - is this the same for Actions on a word search widget?

    I understood perfectly your question. There is barely documentation about the learning interactions. I have been presenting last year at DevLearn about them with great success, but this year that presentation (even a workshop would be useful) was declined. And I never see any tutorial about them, no documentation in the Help etc.  Wondering why, because they offer some time saving functionality to make a course more engaging. In my last blog post I showed how the Scrolling TextArea Interaction (as widget it is called TextArea, name that is still visible for the interaction as well???) can be used for a Short Answer question with more functionality than the default one: Custom Short Answer Question - Captivate blog
    There is already the big confusion: why are there Widgets (they still are included) and Learning Interactions that both are pointing to widgets (hence the generic name), just to make the difference between those widgets that are SWF only and those that are compatible also with HTML5 output (the so-called Learning Interactions or Interactions)? Terminology is to say it very diplomatic, bit 'inconsistent'.
    But what I explained in this blog post about Widgets, the 3 categories, is also valid for the Learning Interactions: http://blog.lilybiri.com/using-captivate-widgets-some-tips
    You will see that static widgets cannot trigger Actions! Only the interactive widgets (and question) can do that. It is the same difference that exists for objects: non-interactive objects like text captions, images, cannot have actions attached to them, only the interactive objects (buttons, click boxes, TEB's, shape buttons). There is one hybrid object, the rollover slidelet. The Interaction you are pointing at, Word Search, is a static interaction, which means no actions and thus the Actions tab will not appear!
    Another blog post shows all the events that can trigger an action: Events and (advanced) Actions - Captivate blog
    As for your second question: in Captivate 6 all interactions were pausing at the first frame, and that caused a lot of problems (audio not playing is one of them). For that reason the behavior changed radically from 7  on: now they are not pausing at all. That means thaty you need to insert an interactive object with a pausing point like a button (think about a Next button?), click box, shape button...
    Oh yes, static widgets cannot have score attached to them, there is no real way to check if the WordSearch widget has been used? It is an exception, because the other game interactions have an associated variable, are interactive, can trigger actions and can have a score (but that is another long story).
    Think I have spent already too much time answering, to try to fill in the gaps in the documentation. I could write multiple articles on Interactions, want to provide more information but free things are not considered valuable at all. Why should I bother

  • How do I create an action to save as, but into a different folder than the one I used to create the action?

    I am having an issue with my action being created to save under the same folder that my action was created with.  For instance, I opened an image, recorded the action, then I went to a different folder to play the action, but it saves to the previous folder.  How do I add some way to change the folder I want my pics to save to?

    If you want to give Scripting a try paste the following text into a new file in ExtendScript Toolkit and save it as a jsx-file into Photoshop’s Presets/Scripts-folder.
    // saves jpg into same folder;
    // be advised: this  overwrites existing jpgs of the same name without prompting.
    // 2010, use it at your own risk;
    #target photoshop;
    if (app.documents.length > 0) {
    var thedoc = app.activeDocument;
    // getting the name and location;
    var docName = thedoc.name;
    if (docName.indexOf(".") != -1) {var basename = docName.match(/(.*)\.[^\.]+$/)[1]}
    else {var basename = docName};
    // getting the location, if unsaved save to desktop;
    try {var docPath = thedoc.path}
    catch (e) {var docPath = "~/Desktop"};
    // jpg options;
    var jpegOptions = new JPEGSaveOptions();
    jpegOptions.quality = 12;
    jpegOptions.embedColorProfile = true;
    jpegOptions.matte = MatteType.NONE;
    //save jpg as a copy:
    thedoc.saveAs((new File(docPath+'/'+basename+'.jpg')),jpegOptions,true);
    //that’s it; thanks to xbytor;

  • How do I get more effects in my action box?  I am only showing a few, like BOTTOM BORDERS, LOSE WEIGHT AND SPECIAL EFFECTS. That is all. The turotials I've checked into all show a long list of effects in the actions box. If anyone could help, I appreciate

    How do I get more effects in my action box? I am only showing a few, like "Bottom Borders, Losing Weight, Resize and Crop, and Special Effects. And they do not list but a few effects. When I have watched the tutorials, they are showing a long list of effects in the action box. (with a side space bar)  I do not.  When I have clicked on the little arrow at top, and clicked "Load Actions", a box comes up, but it is blank,saying "no items match your search".  I'm lost!  If someone could help, it would be much appreciated!  I would like to start using this.
    Thank you. 

    Apple Computer Customer Relations:
    1-512-674-2500

  • Cannot delete exe files - The action can't be completed because the file is open in Windows Explorer

    We have received 3 new computers with Windows 8.1. All of us 3 have the same problem: we cannot delete exe files with message "The action can't be completed because the file is open in Windows Explorer"
    For example, I download skypeinstall.exe on desktop, install the program correctly and then try to delete the file: file is in use by Windows Explorer, cannot be delete.
    We reboot computer, we are able to delete the file. But, if I restore the file from the recycle bin on the desktop, I cannot delete it again until I reboot the PC. I used ProcessExplorer to see what is locking it and I can see 5 instances of explorer.exe
    locking the file.
    I can always reproduce the same way:
    1-Reboot
    2-Delete exe file
    3-Restore file
    4-Delete stop working and 5 explorer.exe handle are locking it.
    I have tried the following so far after reading multiple threads:
    - De-activating Windows Search service
    - Activating User Experience service
    - Deleting from command prompt (no success)
    - In folder options: inactivate display icon on thumbnail and activate always display icons, never thumbnail
    - Changing folder view (contents, detail, small icons...)
    - Using Lock Hunter - not working until reboot
    None of these worked.
    We all have Windows 8.1 with Crucial SSD drive, could the problem be linked with the SSD drive incompatibility?
    Any help would be appreciated.

    Hi,
    Please try to make a clean boot for your system, then check if this problem resolved.
    Clean Boot: http://support.microsoft.com/kb/929135
    If problem persists, try to open Resource Monitor to check handle of Explorer.exe, if there any exception, end them for test.
    Roger Lu
    TechNet Community Support

  • The action could not be completed because of a conflict with the original item. The conflict may have occurred when an existing item was updated on another computer or device. Open the item again and try making your changes. If the problem continues, cont

    I have a user on an iMac 10.6 connected to our domain.  She uses Outlook web access for email on our exchange server.  Last week she received the following message which is randomly preventing her from sending emails.  She claims no attachment was involved in the original email when this all started.  I have not been able to look at her account as she is out of the office but maybe someone else dealt with this issue.  I realize this may not be Mac related but thought I'd give it a try.  She did say it occurred once over two days while working on a PC but it continued over the past weekend.
    If an internal user tries to send a message with infected attachment using Outlook Web Access, it may report the following error message: The action could not be completed because of a conflict with the original item. The conflict may have occurred when an existing item was updated on another computer or device. Open the item again and try making your changes. If the problem continues, contact technical support for your organization.
    This is because F-Secure Anti-Virus for Microsoft Exchange has detected a virus in the attachment. If the user tries to send the message again, the message will be sent but without the attachment. At the same time a blank message with an attachment named "Attachment_information.txt" will remain in the user's Drafts folder. The "Attachment_information.txt" will contain information about the virus detected in the message.

    PS - have found other posts indicating that clips smaller than 2s or sometimes 5s, or "short files" can cause this. Modern style editing often uses short takes ! Good grief I cannot believe Apple. Well I deleted a half a dozen short sections and can export, but now of course the video is a ruined piiece of junk and I need to re-do the whole thing, the sound etc. which is basically taking as much time as the original. And each time I re-do it I risk again this lovely error -50 and again trying to figure out what thing bugs it via trial and error instead of a REASONABLE ERROR MESSAGE POINTING TO THE CLIP IT CAN'T PROCESS. What a mess. I HATE this iMovie application - full of BUGS BUGS BUGS which Apple will not fix obviously, since I had this product for a few years and see just hundreds of hits on Google about this error with disappointed users. Such junk I cannot believe I paid money for it and Apple does not support it with fixes !!!
    If anyone knows of a GOOD reasonably priced video editing program NOT from APPLE I am still looking for suggestions. I want to do more video in future, but obviously NOT with iMovie !!!

  • I am trying to create a button in flash that will display 4 separate images at the same time when clicked.  I can't get the images to stay on when I take the mouse of the button.  I need the actions script code to make this happen.

    I am trying to create a button in flash that will allow the user to click on the button and 4 separate images show up at the same time.  I can get the images to appear when I click the button but they will not stay on the screen.  I need to know what code I use to make the images stay once the button is clicked, then I need to know exactly where I place that code.  It does not appear to be possible to add the action code to the buttons layer since each time I add a new layer I just get another "up" "over" "down" and "hit" line.
    Thank you in advance
    AP

    It is not clear how you are trying to realize this from your description.  If you are trying to create this within a button symbol it will not work.  Explain your approach and if there is code involved, show what you have so far.

  • Follow up task without using the action profile

    Hi,
    Is it possible to create the follow up task without using the action profile? If so, please let me know how we can do that?
    as per the requirements, i have to the custom coding that will automatically create follow-on task triggered by status change on the all the transaction type. Please guide me how can we do that.
    Task details (task id, description), I'm reading it from the custom table.
    Thanks for your help.
    Regards,
    Vaibhav

    Thanks Naresh for the response.
    Not sure if I can use the CRMV_EVENT. Even I'm not aware how to use that. Let me tell what i am doing in the logic.
    - implementing the logic in the badi order_save (method - CHECK_BEFORE_SAVE)
    - get the header and item details using the FM CRM_ORDER_READ.
    - get the status of header / item from the output of CRM_ORDER_READ.
    - compare the status with the custom table (having info of hearder type, item type, status, tast id, task description etc)
    - if status is different, create the task using the details from the custom table.
    now i want to write the logic to implement the last step. Do we have any standard FM where I can pass the task ID and it will create the task? Please help.

  • The action cannot be completed. the connection to microsoft exchange is unavailable

    Hi dear.
    We have exchange 2013 and we want auto configure outlook 2007,2010 and 2013. In first time when we are setup exchange 2013 we can auto
     configure outlook. But I don’t know now we cannot configure outlook. I think when we make some change in exchange certificate ( created by exchange in first time ) and after that we cannot configure outlook. Just we can set up pop3 and imap
    for outlook. Now we have outlook with pop3 and outlook web app ( OWA ) and we don’t have problem with them, but we want our client see the all contact list in outlook. When we want configure outlook with Microsoft exchange server we get the error “ 
    the action cannot be completed. the connection to Microsoft exchange is unavailable “.please help me. I don’t know how I solve the problem.

    hi.
    ok. this is the out put of autodiscover url in address bar :
    ""  <?xml
    version="1.0" encoding="utf-8" ?>
    - <Autodiscover
    xmlns="http://schemas.microsoft.com/exchange/autodiscover/responseschema/2006">
    - <Response>
    - <Error Time="10:30:23.5154338"
    Id="3405091169">
      <ErrorCode>600</ErrorCode>
      <Message>Invalid Request</Message>
      <DebugData
    />
      </Error>
      </Response>
     </Autodiscover> ""
    thanks for your help.
    If it returns error code 600, your autodiscover service should be accessible in Exchange server. Please restart Microsoft Exchange Address Book service in Exchange server, then create a new Outlook profile in Outlook to have a try.

Maybe you are looking for

  • Problem in Form builder when calling layout tabstrip

    Hello @all, The last days all work great, but since today when i call the layout tabstrip in transaction. There comes the error message popup : Adobe LiveCycle Designer ES has encountered a problem and needs to close.  We are sorry for the inconvenie

  • SSL Cert

    I have a NetWare 5.1 server running the Apache 1.3.x webserver and Tomcat servlets. This is the webserver for my GroupWise WebAccess interface. I have an SSL cert on the box to encrypt the data for WebAccess and everything works nicely. However, I mu

  • Revert display driver on Mac Mini

    I made a mistake and installed a display driver on my Mac Mini, now I can't run iMovie because it requires a graphics adapter that supports Quartz Extreme.  How can I revert back to the original driver? Billy

  • Client events in table does not fires well

    Hi, Have you noticed, if you register a clientListener with onMouseOver, Out, Down etc... in the table, the js method is fired even when you are inside the table. I noticed using firebug that borders of columns and cells are considered to be outside

  • Updated firefox and now my pogo game windows are not opening fully

    pogo game windows are smaller than they should be. Can't see other people chatting in rooms