Local Server File: save as Serial_Port_Server.js //////////// /* Author: Prashant Patil Date Created: 02/23/2019 Version: 1.0 Copyright: MIT The Serial_Port_Server.js file along with the Serial_Port_Client can be used to debug the serial port devices. */ / Serial Port Interface **/ var SerialPort = require(‘serialport’); // Create Serial port and disable “auto open port during creation” …
Category Archives: Uncategorized
Getting Started With Python and Spider
Python is high-level language with many available libraries. This makes python an ideal choice for scientific computation. Other advantages of python includes Libraries (such as tkinter) for easily creating GUI (graphical user interface). Ability to easily convert python code to executable file using pyInstaller. Thus, enabling independent execution of code without installing python interpreter. Availability …
The Journey Begins
Thanks for joining me! Good company in a journey makes the way seem shorter. — Izaak Walton