Serial communication using commConneciton API in j2me
问题 I have develop one j2me application for Centrino chip. That chip connected to one EZ power meter. I want to read data from EZ meter over serial communication RS-232 using Modbus protocol. I have some code for send Modbus request for read Holding Register. //declare variable here CommConnection commConn; InputStream inStream; OutputStream outStream; // here open com port using commconnection String strCOM = "comm:COM1;baudrate=9600;bitsperchar=8;stopbits=1;parity=even;blocking=on;autocts=off