Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.11 KB

File metadata and controls

17 lines (13 loc) · 1.11 KB

Test on Windows:

  • After running "cmake", open .sln
  • Set testMFCSerialPort as default and run (note: copy simplelog.dll into the folder.)
  • Run and see windows_test

Test on Linux:

  • Please note baudrate of your system, example: stty -F /dev/ttyUSB0 or set baudrate: stty -F /dev/ttyUSB0 115200;

  • If you did install gtk+-3.0, come to src/linux and run make clean; make. Run sudo ./zgtk.sh, gtk_view.

  • If you did NOT install gtk+-3.0, come to src/linux and edit Makefile (by removing test_with_gtk target), run make clean; make, and run sudo ./ztest.sh

Test on MAC OSX:

  • Come to src/mach.
  • Same with Linux.

Contact: