This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import socket | |
import network | |
import time | |
import machine | |
import select | |
import sys | |
import os | |
local_IP = '192.168.31.10' | |
subnet = '255.255.255.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# NewPort Conex-CC class | |
# Author Itay Shahak 2019 | |
# Free code for the community! | |
# dependant on 'clr' which is PythonNet package | |
import clr | |
from time import sleep | |
# We assume Newport.CONEXCC.CommandInterface.dll is copied to our folder | |
clr.AddReference("Newport.CONEXCC.CommandInterface") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="author" content="Script Tutorials" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" /> | |
<link type="text/css" href="/skin/blue.monday/css/jplayer.blue.monday.min.css" rel="stylesheet" /> | |
<script type="text/javascript" src="/js/jquery-2.2.4.min.js"></script> | |
<script type="text/javascript" src="/js/jquery.jplayer.min.js"></script> |