hs_er_pid error Windows XP x32 Java 8

2 views
Skip to first unread message

Tsyklop

unread,
Sep 11, 2017, 2:15:04 PM9/11/17
to SerialPundit
I try connect tom COM port. And get hs_er_pid error. 

My code:

SERIAL_COM_PLATFORM = new SerialComPlatform(new SerialComSystemProperty());
SERIAL_CONTROL_MANAGER
= new SerialComManager();

if(SERIAL_COM_PLATFORM.getOSType() == OS_WINDOWS) {
 
if(PORT.matches("^COM[0-9]{1,10}$")) {

 LISTENER
= new Data(PARENT);

 HANDLE
= SERIAL_CONTROL_MANAGER.openComPort(PORT, true, true, true);

 SERIAL_CONTROL_MANAGER
.configureComPortData(HANDLE, SerialComManager.DATABITS.DB_8, SerialComManager.STOPBITS.SB_1, SerialComManager.PARITY.P_NONE, SerialComManager.BAUDRATE.B9600, 0);
 SERIAL_CONTROL_MANAGER
.configureComPortControl(HANDLE, SerialComManager.FLOWCONTROL.NONE, 'x', 'x', false, false);

 SERIAL_CONTROL_MANAGER
.registerDataListener(HANDLE, LISTENER);

 
return true;

 
} else {
 LOGGER
.error("Port "+PORT+" is incorrect");
 
}
} else {
 LOGGER
.error("Need Windows OS");
}

hs_err_pid3604.log

Tsyklop

unread,
Sep 14, 2017, 10:30:56 AM9/14/17
to SerialPundit
Can your help me? All .dll libs exists

понедельник, 11 сентября 2017 г., 21:15:04 UTC+3 пользователь Tsyklop написал:

Rishi Gupta

unread,
Sep 16, 2017, 9:23:09 PM9/16/17
to SerialPundit
SerialPundit does not support Windows XP. Mircosoft himself has stopped support for XP and there is important differences from xp to windows 7.

Tsyklop

unread,
Sep 17, 2017, 1:06:41 AM9/17/17
to SerialPundit
Excuse me. I made a mistake. I'm using Windows 7 c86

воскресенье, 17 сентября 2017 г., 4:23:09 UTC+3 пользователь Rishi Gupta написал:

Rishi Gupta

unread,
Sep 17, 2017, 10:29:13 AM9/17/17
to SerialPundit
Okay I will check.


On Monday, September 11, 2017 at 11:45:04 PM UTC+5:30, Tsyklop wrote:
Reply all
Reply to author
Forward
0 new messages