I'm trying to communicate between a Tibbo em202 and my pc but I have one problem. I'm not sure if this is related about settings in em202 but I couldnt figure it out.
I wrote a simple program in VB6 for watching the communication between computer and tibbo, tibbo is sending TCP packets about what it gets from its serial port, and when I send something from the serial port, everything is fine, I can read it from the tcp monitor. And I can enter into serial programming mode with escape characters, my reception of serial port is also working, I can get the G** command results via serial port, but my problem is :
When I send something from my computer's TCP IP socket, I expect to have the string read from my serial port when the connection is already established. But that doesn't do like this and I don't see anything.
If you have some suggestions, that'll be great.
The sw i wrote is like this, one side serial, one side ethernet..
