I'm attempting to take one of my programs that read/write telnet running JavaFX and making it run in the Console only side. Basically, I'm trying to move it to a RPi3.
I've removed all the JavaFX stuff and replaced the output side with log messages.
The program starts, does the "Connect to Host" (Socket1_Connect) but I never get the callback to "Socket1_Connected" like I do if I'm running it with JavaFX
Seem like it's not waiting for the response.
Can someone clue me into what I'm missing ?
Thanks,
Gary Miyakawa
I've removed all the JavaFX stuff and replaced the output side with log messages.
The program starts, does the "Connect to Host" (Socket1_Connect) but I never get the callback to "Socket1_Connected" like I do if I'm running it with JavaFX
Seem like it's not waiting for the response.
Can someone clue me into what I'm missing ?
Thanks,
Gary Miyakawa