readfile using GSM modem on XDAII

jwhitham

Senior Member
Nov 1, 2003
172
2
0
Reading
www.vision4ce.com
Hello All

I'm having trouble getting some code to work on the XDAII that works fine on the XDA. I am using TAPI to make a data call and then getting a file handle using lineGetID.

Everything seems to work and there are no errors. The call is made but when I call ReadFile no data is read. It returns ok but the number of bytes read is always 0.

Any clues?

Thanks

Jamie
 

Peter Poelman

Retired Administrator
Jan 19, 2003
1,129
54
0
Amsterdam
jwhitham said:
[...] I am using TAPI to make a data call and then getting a file handle using lineGetID.

Everything seems to work and there are no errors. The call is made but when I call ReadFile no data is read. It returns ok but the number of bytes read is always 0.
No help I'm afraid, but just a quick note to say that we also tried using TAPI for CSD connections, with the same result.

For some reason using CSD for PPP through the OS does seem to work though.