- After running "cmake", open .sln
- Set testMFCSerialPort as default and run (note: copy simplelog.dll into the folder.)
- Run and see windows_test
-
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
- Come to src/mach.
- Same with Linux.