Hi blemon,
Why don’t you try uploading this sketch in the void setup() part of your program
void setup() {
system("/usr/sbin/sshd");
system("ifconfig eth0 > /dev/ttyGS0");
}
Regards
Sergio
Hi blemon,
Why don’t you try uploading this sketch in the void setup() part of your program
void setup() {
system("/usr/sbin/sshd");
system("ifconfig eth0 > /dev/ttyGS0");
}
Regards
Sergio