Install NMap (Linux or Windows) and run:
nmap -vv -o 192.168.0.10
nmap -vv -o 192.168.0.10 (-vv = VeryVerbose
Very Verbose, -o = Detect Operating System)
ShouldThis should give you a good idea of what kind of device it is, it's MAC Address, open ports, etc.