Wednesday, October 13, 2010

Oct.13 Lego, ecos, Samba and usb Drivers

  • Lego NXT Mindstorms 
  • ecos
    • Put the following files in their own directory. 
      •  usbser.sys 
        •  C:\WINDOWS\system32\drivers\usbser.sys
        • hint in an ecos forum about ecos slave devices:  "For windows, copy the INF file and the 'usbser.sys' driver from your version of Windows into a directory, plug in the device, and when prompted, navigate to the INF file."
      •  eCosUsbSerial.inf
        • C:\sourceware_ecos\ecos-3.0\packages\io\usb\serial\slave\v3_0\host\windows\ eCosUsbSerial.inf
    • When Windows asks for the local of the driver. Enter this directory name.
  • Samba
  • libusb-win32
    • to create your own usb .inf and .sys for any generic USB device
    • NOT needed for LMS
    • libusb can be used with any good .inf and .sys files for usb devices

No comments:

Post a Comment