Displaying 4 results from an estimated 4 matches for "6f002000".
2016 Sep 15
2
blazer_usb MEC0002 problem Fry's Electronics (Turbo-X) [HID PDC?]
Hi again,
> On Sep 8, 2016, at 10:05 AM, Vassilis Virvilis <vasvir at iit.demokritos.gr>
> wrote:
>> Now that's a problem. I am not sure that I can find
>>
>> 1) the original software
>> 2) a (physical) windows machine in the vicinity of the UPS
>>
Ha!
I jumped several hooks but I think I got it.
01. I contacted the store that sold us the UPS and
2016 Sep 16
2
blazer_usb MEC0002 problem Fry's Electronics (Turbo-X) [HID PDC?]
A little deciphering
> Looks like the ups always replies
> 22 = 16035500 50005300 20004e00 6f002000 41006300 6b00
That is
length = 0x16 = 22
type = 0x3 = string
Message = "UPS No Ack"
Very fun...
Regards
Vassilis Virvilis
2016 Sep 16
0
blazer_usb MEC0002 problem Fry's Electronics (Turbo-X) [HID PDC?]
Hi again
Looks like the ups always replies
22 = 16035500 50005300 20004e00 6f002000 41006300 6b00
The software sends
1) The first time
80 06 0303 4095 0064 100 <
2) The second time with
80 06 030c 4095 0064 100 <
3) The third time with
80 06 030d 4095 0064 100 <
4) repeats step 1) 8 times
5) go to step 2)
Regards
Vassilis Virvilis
2016 Sep 16
0
blazer_usb MEC0002 problem Fry's Electronics (Turbo-X) [HID PDC?]
On Sep 16, 2016, at 9:38 AM, Vassilis Virvilis wrote:
>
> A little deciphering
>
>> Looks like the ups always replies
>> 22 = 16035500 50005300 20004e00 6f002000 41006300 6b00
>
> That is
> length = 0x16 = 22
> type = 0x3 = string
> Message = "UPS No Ack"
>
> Very fun...
that string shows up here, among other places:
https://github.com/networkupstools/nut/blob/master/drivers/nutdrv_qx.c#L764
but if the upsilon screen isn&...