RAS API

Last post 11-25-2008 16:17 by acaliaro. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 03-11-2008 11:08

    • jabmc
    • Top 500 Contributor
    • Joined on 03-11-2008
    • Posts 2

    RAS API

    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

    Filed under:
  • 03-11-2008 11:16 In reply to

    • Neil
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-30-2007
    • North Wales
    • Posts 1,152

    Re: RAS API

    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. 


  • 03-11-2008 11:30 In reply to

    • jabmc
    • Top 500 Contributor
    • Joined on 03-11-2008
    • Posts 2

    Re: RAS API

    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? 

    Filed under:
  • 03-11-2008 11:37 In reply to

    • Neil
    • OpenNETCF Staff
    • Top 10 Contributor
    • Joined on 07-30-2007
    • North Wales
    • Posts 1,152

    Re: RAS API

    My earlier response still applies, but instead of using System.IO.Ports.SerialPort, you will need to use our Serial Library


  • 11-25-2008 16:17 In reply to

    Re: RAS API

    Hi Neil.

    I've problem to find ras library in your site... where is it?

    Alessandro

Page 1 of 1 (5 items)