⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 与Casio BOSS进行串口通讯的程序
💻
字号:
Installation:-------------1) unpack the casio-2.2.tgz file on the root directory whose subdirectory it is supposed to reside on;if you have the gnu version of tar it should be as simple astar -xvfz casio-2.2.tgzif this doesnt work then i suggest i) gunzip casio.tgz thenii) tar -xvf casio.tar2) cd to the casio directory; i) if you are running sunos4.x just copy Makefile.simple to Makefileand type make sun to create the executableSame applies for Solaris 2 users i.e type make Solaris2Linux users type make linux.This will output two binaries; boss for the BOSS casio modelsand illum for the ILLUMINATOR casio modelsii) for other than the above OSes, you can create the binary by:	a) invoking the script makemake which will create a Makefile	for you by making use of the imake utility in your system. You	then type make to create the binaryor	just look at the simple Makefile and make appropriate adjustments	for your OS. Please send any updates to hadi@cyberus.ca3) touch ~/.casiodb4)   copy casiorc.default to ~/.casiorc then edit it your copy.5) you could then move the binary to a desired location in your path.   No make install is included.6) Try a quick setup test to see if your paramaters are set correctlyby setting the debug level to 6. This will just print your setupand exit.Using CasioBoss/illuminator---------------------------All the parameters can be set in the .casiorc; but you can overridethen at the command lineThe syntax is:casio <-r|-w> [-l <commport>] [-s <baudrate>] [-p <parity] [-b <bytelength] [-o <file>] [-t]    -r|-w:      The direction of the data transfer. -r is used for reading                data from the CASIO to the PC. -w for the opposite direction.		The default if none of the above is specified is to read from 		the casio to the PC (-r).    commport:   The PC's serial port that has to be used. Specify as COM1,                COM2,COM3 or COM4 or simply as 1,2,3 or 4. For Solaris and 	        specify TTYA or TTYB or simply as A or B.		you can permanently set this parameter in the .casiorc.    baudrate:   Either 1200, 2400, 4800 or 9600 must be specified. 		you can permanently set this parameter in the .casiorc.		    parity:     none, odd, even. 		you can permanently set this parameter in the .casiorc.    bytelength: The number of bits transfered for one Byte,		you can permanently set this parameter in the .casiorc.                7 or 8 are valid values    file:       The name of the file where the backup data are to be written                to or read from. The default is .casiodb in your home dir.		you can permanently set this parameter in the .casiorc.The layout of the used file is not directly in a readable format sinceall data records as needed for the CASIO are not really processed intoa convenient format. The file data are used for backup/restore purposesonly and should not be edited.the -t option is used to output a readable ascii file of the data duringa transfer from the casio to the PC.The config file is self documenting. Take a look at the casiorc.default.The command line is used to override the config file.EXAMPLES--------- to read from casio at 9600 bps via com1 (ttyS1) to file thismonthand also capture a readable format of the data. Note: if you already have specified different parameters in the .casiorc then they will be overriden here.casio -r -l 1 -s 9600 -f thismonth -t- to write the same file back to the casio via com2 at 4800 bps:Note: if you already have specified different parameters in the .casiorc then they will be overriden here.casio -w -l 2 -s 4800 -o thismonth- to read from the casio using the default parameters specified inthe config file (.casiorc):casio- to write to the casio using the default parameter specified inthe config file (.casiorc):casio -wKnown Problems--------------I noticed at times that if i try to use the port which was justused by the mouse via gpm i get transmission errors;killing gpm doesnt help either -- the cleanest solution is toreboot linux ;->.Availability:-------------Primary-site:	sunsite.unc.edu /pub/Linux/apps/comm		111kB casio-2.2.tar.gz		1kB casio.lsmAlternate-site:	ftp.cyberus.ca/pub/users/hadi/casio/casio-2.2.tgzFeedback (Author):------------------1) When you run into problems:       i.edit your config file and set the parameter debug to 2 to	start with. You might have to set it to 3 if not enough	information is captured. You can also set the debug level	using -d <debuglevel> on the command line.     ii.run the casio program .. when done send me the debug file	 (note this can be a huge file if the casio runs for a long	  time)2) For any other comments additional features you would like to seeetc please feel free to drop me a line.--------Jamal Hadi SalimOttawa, Canadahadi@cyberus.ca

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -