Hi. I'm testing your RAS component on our palm (with Pocket PC, Windowes Mobile 2003, CF 1.1).
I need to know a simple thing. Is it possible to send AT command to a serial modem? How?
Thanks a lot.
Fabio Sacco
The RAS Library requires .NET Compact Framework 2.0 as state on the product page.
You don't necessarily need the RAS to send AT commands to as serial modem since you can treat the modem as any other serial device. Open the serial port using System.IO.Ports.SerialPort and write your AT commands to the device.
Thx for your reply.
I have to use necessary CF 1.1. At the moment I'm using your old RAS library Intelliprog.Net.dll...
How can I do?
My earlier response still applies, but instead of using System.IO.Ports.SerialPort, you will need to use our Serial Library.
Hi Neil.
I've problem to find ras library in your site... where is it?
Alessandro