/** * Recibe datos de otro dispositivo bluetooth * @author Olga Godoy * @author Alejandro Homes * @author Sebastián Duque */ public class BlueControlNXT { public static void main(String [] args) throws Exception { BTComunicacion btcn = new BTComunicacion(); btcn.Conectar(); System.exit(0); } }