Hi all!
I'm using B4j to communicate with hardware device on TCP /IP.
I used an Erel tutorial : https://www.b4x.com/android/forum/threads/android-network-tutorial.7001/
I can send command but when I try to initialize app is crashing:
I'm checking this in Timer.
I'm using B4j to communicate with hardware device on TCP /IP.
I used an Erel tutorial : https://www.b4x.com/android/forum/threads/android-network-tutorial.7001/
I can send command but when I try to initialize app is crashing:
I'm checking this in Timer.
- So first I initialize the connection to device
- Then I enabling the Timer
- On timer at the beginning I sending a command to my device
- Then I trying initialize the
B4X:
tr.Initialize(Socket1.InputStream)