0

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?

Josef
  • 2,648
  • 5
  • 37
  • 73

1 Answers1

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