Results 23 issues of Simon Newton

- [ ] Check the device doesn't respond to non-1 sub-start-codes - [ ] Supported params for sub devices must return all PIDs - [ ] Check what happens if...

enhancement
Priority-Medium
Component-RDM
Component-RDMTestServer
Difficulty-Easy
Language-Python

See https://blog.habets.se/2010/09/gettimeofday-should-never-be-used-to-measure-time and http://stackoverflow.com/questions/11680461/monotonic-clock-on-osx

enhancement
Maintainability
Difficulty-Easy
Language-C++

This shouldn't ever happen, but we shouldn't go into an endless loop if it does.

bug
Priority-Medium
Component-RDM
Language-C++

These are non-blocking, I've filed another issue with the blocking bugs Tools Page - Can you add a bit of vertical space between the headings and the input fields -...

enhancement

The following would be useful: # EUID calculator: Enter a UID and it shows you the matching EUID # EUID Decoder Paste in a hex dump and see the UID...

enhancement

This means I can do things like 'a', 'b', 'c' Also fix my misunderstanding of js regexs. This didn't cause a bug because we match the entire line anyway.

One thing I found during testing today, if you disconnect the IC line, the unit 'locks up' when used as an RDM controller with one or more responders on the...

enhancement

To receive DMX. This wouldn't have to do anything with RDM.

enhancement

This writes the first two bytes to flash. I can't yet get the hardware based end-of-write detection working.

http://msdn.microsoft.com/en-us/library/windows/hardware/hh450799.aspx http://msdn.microsoft.com/en-us/library/windows/hardware/ff537430.aspx http://msdn.microsoft.com/en-us/windows/hardware/gg463179 http://blogs.msdn.com/b/usbcoreblog/archive/2009/10/31/how-does-usb-stack-enumerate-a-device.aspx Notes from IRC: - make sure to implement the device according to the MSFT spec they call "WinUSB Device" - it requires one string descriptor with...