Is there a hex value for "750Hz" in usbport.sys?
-
- Posts: 239
- Joined: Sun May 28, 2006 6:01 am
Is there a hex value for "750Hz" in usbport.sys?
I've seen values for 250Hz, 500Hz and 1000Hz, but why not 750Hz? Is it viable/possible?
I'm not very good at translating numbers into hex code myself unfortunately.
I'm not very good at translating numbers into hex code myself unfortunately.
-
- Posts: 239
- Joined: Sun May 28, 2006 6:01 am
Erm, I've not used the scienfific calculator before. How do you do 'base' and all that?
Also, if you've already given the answers in your post, then maybe something else has to be translated because, for instance, the hex value for 250Hz is "B0 04 73 09 52 8A 02 01", yet there's no instance of "00FA" anywhere. How confusing.
Also, if you've already given the answers in your post, then maybe something else has to be translated because, for instance, the hex value for 250Hz is "B0 04 73 09 52 8A 02 01", yet there's no instance of "00FA" anywhere. How confusing.
- user_hidden
- Posts: 1924
- Joined: Thu Dec 06, 2007 7:52 am
- Location: Canada eh!
Can somebody repost all of the USBPort addons so I could have a look? They have not been officially available from Zacam's post for nearly a year and a half.
-
- Posts: 239
- Joined: Sun May 28, 2006 6:01 am
Are you sure about the "52 8A 02" part of the change? Because if you're editing what I think you are editing, that doesn't look very kosher...
In any case, alur is right, it's a millisecond interval. The key is the "B0 04", which, if this change is being made where I think it's being made, corresponds to a "MOV AL,4" op.
In any case, alur is right, it's a millisecond interval. The key is the "B0 04", which, if this change is being made where I think it's being made, corresponds to a "MOV AL,4" op.