Posts Tagged ‘USB’

Review of USB Safely Remove – the device cannot be stopped right now

Friday, January 27th, 2012

Sick of constantly experiencing the Window’s “The device ‘Generic volume’ cannot be stopped because a program is still accessing it.” message, I decided to give the program USB Safely Remove a test.

The first time trying to stop my USB hard-disk-drive I get the following “Could not find any processes locking USB device!”, great, the one program that advertises as “an enhanced and hassle-free replacement for Windows safe removal tool” doesn’t even work.

Back to directly unplugging the drive.

USB Safely Remove - the device cannot be stopped right now

Related posts:

  1. Huge Pine USB to Serial Ports Driver
  2. USB Wireless Presenter with Mouse and AutoHotkey
  3. USB2IDE drivers for Microsoft Windows 98

USB Wireless Presenter with Mouse and AutoHotkey

Wednesday, September 21st, 2011

I bought this USB Wireless Presenter for 12 USD from eBay as I needed to control the music and slideshow at a reception.

It turned out to better than I expected, some of the reasons i purchased this was;

  • Radio Frequency technology – no need to ‘point’ it at a receiver.
  • 25m operating distance – enough for all large rooms.
  • 6 buttons – plus more if you add key combinations.
  • Mouse emulation – though I never used this.
  • AAA batteries.
Now, previously having heard of AutoHotkey, it was time to try it out.
AutoHotkey is a great little program, takes a little getting use to, but once you do, you can pretty much do anything.
Here’s the code I used, comments explain the buttons;
; up button - increase volume
LWin::Send {vkAFsc130}

; down button - decrease volume
SC030::Send {vkAEsc12E}

; left button - pause winamp (must have global hotkeys on)
Shift & F5::Send ^!{Home}

; right button - mute
;Esc::Send {vkADsc120}

; left button
PgUp:: msgbox, Page Up

; right button
PgDn:: msgbox, Page Down

; the following uses a two key sequence, right button (esc) and then page up, to cause the movie to play
Esc::
Input,OutputVar,L1 T2,{PgUp}
if ErrorLevel = EndKey:PgUp
Run "C:\Program Files\Combined Community Codec Pack\MPC\mpc-hc.exe" "D:\myvideo.avi" /play /fullscreen /close
return

Download the AutoHotKey file AutoHotkey.ahk

This USB Wireless Presenter, like all things from China, goes by the following other names KK806, SP-750, V-pointer and X-pointer.

USB Wireless Presenter

Related posts:

  1. Huge Pine USB to Serial Ports Driver

Huge Pine USB to Serial Ports Driver

Wednesday, June 17th, 2009

Looking for the Huge Pine USB to Serial Ports driver?

Setup_For_HugePine.exe

Install, then connect your USB device and chose to automatically search for driver.

Related posts:

  1. SigmaTel High Definition Audio Codec driver for Windows XP
  2. BIOS password for Dell Latitude CPi (serial ending with -D35B)