Skip to content

Instantly share code, notes, and snippets.

View opxci's full-sized avatar

Logicdyne Automation opxci

  • Logicdyne Automation
  • 18:29 (UTC -05:00)
  • Joined Sep 19, 2025
View GitHub Profile
@opxci
opxci / vbsqlite3.vb
Last active September 24, 2025 18:08
VB.NET Sqlite3
Imports System.Net.Sockets
Imports NModbus
Imports System.Data.SQLite
Public Class Form1
Private master As IModbusMaster
Private lastValue As Integer = 0
Private lastTime As DateTime = DateTime.Now
Private slaveId As Byte = 1