Support Board
Date/Time: Sat, 13 Sep 2025 14:53:55 +0000
Post From: Trying to run JAVA demo program
[2018-07-25 12:47:38] |
traderacademie - Posts: 38 |
Hi, I happened to be trying this as well. Null terminator isn't giving the problem, you already solved that. The problem is that you're using BufferedReader. This won't work, you need to use BufferedInputStream. Rgds |