Ticket #5 (closed defect: fixed)

Opened 21 months ago

Last modified 8 days ago

Fix USB unplug/replug problem

Reported by: liamMT Owned by:
Priority: critical Milestone: Future
Component: mc.usb Keywords: usb
Cc:

Description

Currently in mc.usb, once you've unplugged and replugged the board, the external will not reconnect properly over USB. This is mainly fixed in the svn trunk for OS X, but currently the Windows side relies on a Win32 API call - RegisterDeviceNotification( ) - that doesn't seem to work from within the Max SDK.

source:/maxmsp/mc_usb/trunk/usb_serial.c

Change History

Changed 11 days ago by liamMT

  • milestone changed from Max/MSP 0.2 to Future

Milestone Max/MSP 0.2 deleted

Changed 8 days ago by liamMT

  • status changed from new to closed
  • resolution set to fixed

Fixed in 0.6 release - still doesn't use system io notifications since this doesn't work within Max on Windows, but monitors device presence via polling.

Note: See TracTickets for help on using tickets.