Why did they make it so weird?
-
Best book I've found on the subject; USB-Complete-Developers-Guide-Guides[^]
"Ten men in the country could buy the world and ten million can’t buy enough to eat." Will Rogers PartsBin an Electronics Part Organizer - Release Version 1.3.1 JaxCoder.com Latest Article: EventAggregator
I used the Serial Port Complete & Parallel Port Complete for early stuff (VB6!) got a copy of USB Complete and never really used it, all of the USB ports I had to interface to appeared as COM ports.
-
I'm learning the USB wire protocol. I don't want to. I have to implement a USB endpoint on some hardware and I've never done it from scratch before. What a PITA. The protocol was clearly designed by committee.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
I wish you the best of luck. May your code work on the first few tries.
__________________ Lord, grant me the serenity to accept that there are some things I just can’t keep up with, the determination to keep up with the things I must keep up with, and the wisdom to find a good RSS feed from someone who keeps up with what I’d like to, but just don’t have the damn bandwidth to handle right now. © 2009, Rex Hammock
-
I wish you the best of luck. May your code work on the first few tries.
__________________ Lord, grant me the serenity to accept that there are some things I just can’t keep up with, the determination to keep up with the things I must keep up with, and the wisdom to find a good RSS feed from someone who keeps up with what I’d like to, but just don’t have the damn bandwidth to handle right now. © 2009, Rex Hammock
My view is, if my code works for the Demo and the acceptance trials it becomes someone elses problem!
-
My view is, if my code works for the Demo and the acceptance trials it becomes someone elses problem!
Yes, and I usually was the programmer who picked up maintenance. At two companies I worked for, I specialized in it! :-D
__________________ Lord, grant me the serenity to accept that there are some things I just can’t keep up with, the determination to keep up with the things I must keep up with, and the wisdom to find a good RSS feed from someone who keeps up with what I’d like to, but just don’t have the damn bandwidth to handle right now. © 2009, Rex Hammock
-
I'm learning the USB wire protocol. I don't want to. I have to implement a USB endpoint on some hardware and I've never done it from scratch before. What a PITA. The protocol was clearly designed by committee.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
Working things aren't simple, and there is no way a thing with Universal in the name can be simple anyway.
-
I'm learning the USB wire protocol. I don't want to. I have to implement a USB endpoint on some hardware and I've never done it from scratch before. What a PITA. The protocol was clearly designed by committee.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
Working things aren't simple, and there is no way a thing with Universal in the name can be simple anyway.
Wasn't really hoping for something simple, just sensible. Actually to be honest I was expecting something designed by committee, and that's what I got.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
Wasn't really hoping for something simple, just sensible. Actually to be honest I was expecting something designed by committee, and that's what I got.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
It had to be designed a committee, from real-time data transfer to switching the voltage/current level of a PSU through autoconfig with hubs in the line without kneeling down like Ethernet due to congestion is quite a wide range for a single spec. Worthy challenge, you will be master of a new field.
-
It had to be designed a committee, from real-time data transfer to switching the voltage/current level of a PSU through autoconfig with hubs in the line without kneeling down like Ethernet due to congestion is quite a wide range for a single spec. Worthy challenge, you will be master of a new field.
Yeah. I mean, I understand why. Especially when you consider you have to make it work across multiple vendors and if they don't get a say they'll make their own standard. Mainly, I'm just complaining - I don't like the products of committees typically. I can't quite articulate why at the moment, other than to say it seems stifling the way things are put together. But I can always tell when something was put together by a committee. Anyway, I'll figure it out.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
-
I'm learning the USB wire protocol. I don't want to. I have to implement a USB endpoint on some hardware and I've never done it from scratch before. What a PITA. The protocol was clearly designed by committee.
Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
Well, those of us who earned our wings working 40 years ago with Commodore's digital serial protocol (IEC Bus), we don't find USB's spec weird at all. Next! :-D