User`s manual

50 RabbitLink (EG2110)
E.7 Example Using the RabbitLink Console Function Call
main() {
//
first method
SendToConsole("set ip 10.10.2.102\n", 19);
//
second method
PrintToConsole(1);
printf("set gateway 10.10.2.1\n");
PrintToConsole(0);
}