VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Data Logger

0x34  (8 Submissions)   Miscellaneous   VB Script   Advanced   Wed 3rd February 2021

(Refer to DataLogger 2 for newest version) - I wrote this program to monitor the input of an RS232 Serial Port and graphically log all activity. It acts and operates just like a Digital Storage Oscilloscope, capable of logging up to 5 hours in one file. It also has real time cursors, displaying amplitude, time and frequency.
The program monitors a selected Comm Port and records the digital values sent to it (Range 0 ~ 255). It runs in two clock modes (Horiz step modes) selectable by the user. It does not send anything out the port. It reads the port only.
All files are saved as DataLogger Files (*.dlg). This is a fully functional program which will allow you to hunt bugs and/or test your embedded micro projects with ease.

API Declarations
Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" ( _
ByVal lpszSoundName As String, ByVal uFlags As Long) As Long

Rate Data Logger (17(17 Vote))

Download Data Logger

Data Logger Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters