package br;

import org.jfree.ui.RefineryUtilities;

public class Principal {

	/**
	 * @param args
	 */
	public static void main(String[] args) {
		// TODO Auto-generated method stub
		
		//AutoVetores tela = new AutoVetores("Anlise");
		//for (int x=0;x<10;x++){
			//tela.addValueXYseries(x);
		//}
        //tela.mostrarTela();
		
		
		try
        {
			(new TwoWaySerialComm()).connect("COM1");
        }
        catch ( Exception e )
        {
            // TODO Auto-generated catch block
            e.printStackTrace();
        }

	}

}
