User`s manual
Manuals
Brands
RabbitLink Manuals
Computer equipment
EG2110
49
50
51
52
53
54
55
56
57
58
50
RabbitLink (EG21
10)
E.7 Example
Using the R
abbitLink Console
Function Call
main() {
//
firs
t method
SendToConsole("set ip 10.10.2.102\n", 19);
//
second
method
PrintToConsole(1);
printf("set gateway 10.10.2.1\n");
PrintToConsole(0);
}
1
...
...
52
53
54
55
56
57
...
58