Tstserial Java Time Dayofweek Java Time Localdate JSSC: Import Import Import

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

C:\Users\Admin\Documents\NetBeansProjects\TstSerial\src\tstserial\TstSerial.

java Monday, March 27, 2017 7:36 PM


/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package tstserial;
import java.time.DayOfWeek;
import java.time.LocalDate;
import jssc.*;

/**
*
* @author Admin
*/
public class TstSerial {

/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// TODO code application logic here
// String[] portNames = SerialPortList.getPortNames();
// for(int i = 0; i < portNames.length; i++)
// System.out.println(portNames[i]);

for (int counter = 0; counter < 4; counter++) {


System.out.println(" *");
}

String sir="10$;20$;05$";
String rec1=sir.substring(4,6);
System.out.println("rec1="+rec1);

String t= "------";

}
}

-1-

You might also like