From 96f69ca98f92ff64cc50104a70b3978595683c72 Mon Sep 17 00:00:00 2001 From: Sukanya Pandey Date: Wed, 20 May 2020 15:32:57 +0530 Subject: Add code for Serial Over LAN - The output of serial connection of the hosts on the workstation terminal. - The library used is xterm which will provide the terminal to show the data. Signed-off-by: Sukanya Pandey Change-Id: I6000cae42f237fffe216e2079cf2a6c39db236fd --- .../Control/SerialOverLan/SerialOverLanConsole.vue | 74 ++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 src/views/Control/SerialOverLan/SerialOverLanConsole.vue (limited to 'src/views/Control/SerialOverLan/SerialOverLanConsole.vue') diff --git a/src/views/Control/SerialOverLan/SerialOverLanConsole.vue b/src/views/Control/SerialOverLan/SerialOverLanConsole.vue new file mode 100644 index 00000000..69ccf8df --- /dev/null +++ b/src/views/Control/SerialOverLan/SerialOverLanConsole.vue @@ -0,0 +1,74 @@ + + + + + -- cgit v1.2.3