I'm trying to implement one piece of code in my application and I'm using JSSC communication library. This piece of code that I need to implement is using javax.comm.* library. The problem is in methods .getInputStream() and getOutputStream() which are not present in JSSC. Is there any alternative way in JSSC library that can replace those two methods?
Asked
Active
Viewed 632 times
1 Answers
0
Consider these 2 source codes: idea 1 and idea 2 You can write your versions of these streams methods by modifying jssc.

Hercules dd
- 215
- 1
- 5
-
Please consider adding key details of the links to your answer. – Thomas Smyth - Treliant Dec 05 '17 at 07:25