Changeset 12141
- Timestamp:
- 09/21/11 11:44:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fact/tools/hvMCUtest/hvMCUtest.cc
r12139 r12141 1 1 /**************************************************************\ 2 2 3 Test program for new bias supply 4 3 Test program for new MCU, which is controlling the bias supply 4 5 Dominik Neise & Jens Buss 6 based on vchvtest by: 5 7 Oliver Grimm 6 8 … … 78 80 struct termios Termios, Termios_orig; 79 81 80 printf("\n*** vchvtest (built %s, %s; O. Grimm) ***\n\n",__DATE__,__TIME__);82 printf("\n*** hvMCUtest (built %s, %s; D.Neise & J. Buss) ***\n\n",__DATE__,__TIME__); 81 83 if (argc == 1) { 82 printf(" Note: Use FTDI serial numbers as arguments to connect\n");84 printf("Usage: %s [device filename] e.g %s ttyUSB0 \n", argv[0], argv[0]); 83 85 } 84 86
Note:
See TracChangeset
for help on using the changeset viewer.