first of all thanks alot for the big help you have been in my past. I looked for alot of problems since i began android programming, but now I have a problem, i cannot find an answer.
I wrote a little program where are a number of CountDownTimers, which are correctable(adding or subtracting seconds and minutes), they can be paused and resetted to a time i setted in SharedPreferences.
Now my boss want to expand this.
he wants this app to connect via W-Lan (intranet, not internet), to a wlan-to-rs232 converter, to set states like "pause" and "end" to a machine, which displays the time.
Now my Problem:
I do not even know how to begin with that ^_^
I dont know, how to connect to the converter,
I dont know, how to send the needed bits/datas/whatevers to the converter,
I, if i can manage it to connect to the converter anytime, dont know how to tell the converter which commands/bits/whatevers he has to send to the machine.
Second:
the machine also send bits to the converter, which has to be received by my app, same thing as above, but inverted.
Maybe someone is here who can help me?
Just a little introduction to this will be helpful, i got the beginnings of programming by "Try-and-Error", but to do that, i need a point where i can begin.
Thanks alot
Mina