Bug? Getting error message in latest version (was working before)

seskindell

Active Member
Licensed User
Longtime User
"java.io.IOException: read failed, socket might closed or timeout, read ret: -1"

Then trying to connect to a
 

seskindell

Active Member
Licensed User
Longtime User
Seems to connect:
Serial1.Connect(PairedDevices.Get(l.Get(res)))

when executing the command:
textreader1.Initialize(Serial1.InputStream)

I get the error:
"An error has occurred in sub:java.lang.NullPointerExecption"

Please help
 
Top