Skip to content

program allows to receive measurement data (USB / RS232) from a multimeter UNI-T UT804

License

Notifications You must be signed in to change notification settings

tmatejuk/ut804_linux_logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UT804 digital multimeter manufactured by UNI-T Group Limited. Model UT804 has
RS232 interface that allows to recieve measurment results. Software provided by
manufacturer works only with microsoft based operating systems, so I prepare
simple program for linux users. Most protocol reengineerd was done thanks to
UT804.LOG I found in the Internet (no link, sorry). 


Program description and usage	

	Download, untar and compile code:
 		#gcc ut804_logger_latest.c -o ut804_logger  
		

	Familiarize yourself with program options.
 		#./ut804_logger -h 
		

	Run program with choosen options. Make sure front pannel button [SEND]
	is activated.
 		#./ut804_logger -d /dev/ttyUSB0 
		

About

program allows to receive measurement data (USB / RS232) from a multimeter UNI-T UT804

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages