Technical Support
On-Line Manuals
RL-ARM User's Guide (MDK v4)
#include <rtl.h> void slip_connect ( char const* dialnum ); /* Pointer to string containing the number to dial. */
The slip_connect function starts a dial-up connection to the remote SLIP server by starting the SLIP daemon in client mode.
The argument dialnum points to a null terminated ASCII string containing the phone number of the remote SLIP server.
The slip_connect function is in the RL-TCPnet library. The prototype is defined in rtl.h.
note
None
slip_close, slip_is_up, slip_listen
#include <rtl.h> void dial_remote (void) { /* Dial remote SLIP Server. */ slip_connect ("04213372"); }
Cookie Settings | Terms of Use | Privacy | Accessibility | Trademarks | Contact Us | Feedback
Copyright © 2005-2019 Arm Limited (or its affiliates). All rights reserved.
This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.
Change Settings
Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers of your data.