bpa wrote: > i* a serial server (e.g. nc601b type) - probably works but only if > device is supported by PCP kernel but may need an extension for it. > Still would need code on Arduino to login and issue CLI commands - same > as my earlier suggestion
After looking at LMS CLI code - it just connects to a TCP port and expected line by line of text on a TCP port. The CLI code does not connect to a tty/serial device An RS232-Ethernet connection usually creates tty devices and this is irrelevant to the CLI plugin and nothing gained in using it as application access the rs232 line will still have to issue "telnet" command to talk to CLI application or run something like socat to connect serial line to CLI's TCP port.. ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=115760 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
