📄 uisp.1.in
字号:
.TH UISP "1" "@DATE@" "uisp version @VERSION@" "User Commands".SH NAMEuisp \- manual page for uisp.SH SYNOPSIS.B uisp[\fIOPTION\fR].. \fI-dprog=TYPE\fR \fI-dpart=AT90XXX\fR \fI--FUNCTION\fR.. [\fIif=SOURCE\fR] [\fIof=DEST\fR].SH DESCRIPTION.IP.SS "Programming Methods:"\fB\-dprog\fR=avr910|pavr|stk500.RS.TPavr910Standard Atmel Serial Programmer/Atmel Low Cost Programmer.TPpavrhttp://www.avr1.org/pavr/pavr.html.TPstk500Atmel STK500.RE.HP\fB\-dprog\fR=dapa|stk200|abb|avrisp|bsd|fbprg|dt006|maxi|dasa|dasa2.RS.TPdapaDirect AVR Parallel Access.TPstk200Parallel Starter Kit STK200, STK300.TPabbAltera ByteBlasterMV Parallel Port Download Cable.TPavrispAtmel AVR ISP (?).TPbsdhttp://www.bsdhome.com/avrdude/ (parallel).TPfbprghttp://ln.com.ua/~real/avreal/adapters.html (parallel).TPdt006http://www.dontronics.com/dt006.html (parallel).TPmaxiInvestment Technologies Maxi (parallel).TPdasaserial (RESET=RTS SCK=DTR MOSI=TXD MISO=CTS).TPdasa2serial (RESET=!TXD SCK=RTS MOSI=DTR MISO=CTS).RE.SS "Target Device Selection:".TP\fB\-dpart\fR=partSet target abbreviated name or number. For some programmers, if\fB\-dpart\fR is not given programmer's supported devices are listed. Set\fB\-dpart\fR=\fIauto\fR for auto-select. Auto-select does not work withall programmers, so it is recommended to always specify a target deviceexplicitly..SS "Parallel Device Settings:".TP\fB\-dlpt\fR=address|device namespecify device name (Linux ppdev, FreeBSD ppi, serial)or direct I/O parallel port address (0x378, 0x278, 0x3BC).TP\fB\-dno\-poll\fRProgram without data polling (a little slower).TP\fB\-dno\-retry\fRDisable retries of program enable command.TP\fB\-dvoltage\fR=valueSet timing specs according to the power supply voltage in [V](default 3.0).TP\fB\-dt_sck\fR=timeSet minimum SCK high/low time in micro-seconds (default 5).TP\fB\-dt_wd_flash\fR=timeSet FLASH maximum write delay time in micro-seconds.TP\fB\-dt_wd_eeprom\fR=timeSet EEPROM maximum write delay time in micro-seconds.TP\fB\-dt_reset\fR=timeSet reset inactive (high) time in micro-seconds.TP\fB\-dinvert\fR=[sck[,mosi[,miso[,reset]]]]]Invert specified linesUse \fB\-v\fR=\fI3\fR option to see current settings..SS "Atmel Low Cost Programmer Serial Device Settings:".TP\fB\-dserial\fR=device nameSet serial interface as /dev/ttyS* (default /dev/avr).TP\fB\-dspeed\fR=1200|2400|4800|9600|19200|38400|57600|115200Set speed of the serial interface (default 19200).SS "Stk500 specific options:".TP\fB\-dparallel\fRUse Hi-V parallel programming instead of serial (default is serial).TP\fB\-\-rd_aref\fRRead the ARef Voltage. Note that due to a bug in the stk500 firmware, the readvalue is sometimes off by 0.1 from the actual value measured with a volt meter..TP\fB\-\-rd_vtg\fRRead the Vtarget Voltage. Note that due to a bug in the stk500 firmware, theread value is sometimes off by 0.1 from the actual value measured with a voltmeter..TP\fB\-\-wr_aref\fR=valueSet the ARef Voltage. Valid values are 0.0 to 6.0 volts in 0.1 volt increments.Value can not be larger than the VTarget value..TP\fB\-\-wr_vtg\fR=valueSet the VTarget Voltage. Valid values are 0.0 to 6.0 volts in 0.1 voltincrements. Value can not be smaller than the ARef value..SS "Functions:".TP\fB\-\-upload\fRUpload "input_file" to the AVR memory..TP\fB\-\-verify\fRVerify "input_file" (processed after the \fB\-\-upload\fR opt.).TP\fB\-\-download\fRDownload AVR memory to "output_file" or stdout..TP\fB\-\-erase\fRErase device..TP\fB\-\-segment\fR=flash|eeprom|fuseSet active segment (auto-select for AVA Motorola output).SS "Fuse/Lock Bit Operations:".TP\fB\-\-rd_fuses\fRRead all fuses and print values to stdout.TP\fB\-\-wr_fuse_l\fR=byteWrite fuse low byte.TP\fB\-\-wr_fuse_h\fR=byteWrite fuse high byte.TP\fB\-\-wr_fuse_e\fR=byteWrite fuse extended byte.TP\fB\-\-wr_lock\fR=byteWrite lock bits. Argument is a byte where each bit is: Bit5 -> blb12 Bit4 -> blb11 Bit3 -> blb02 Bit2 -> blb01 Bit1 -> lb2 Bit0 -> lb1.TP\fB\-\-lock\fRWrite lock bits [old method; deprecated]..SS "Files:".TP\fBif\fR=filenameInput file for the \fB\-\-upload\fR and \fB\-\-verify\fR functions inMotorola S-records (S1 or S2) or 16 bit Intel format.TP\fBof\fR=filenameOutput file for the \fB\-\-download\fR function inMotorola S-records format, default is standard output.SS "Other Options:".TP\fB\-v\fR=levelSet verbose level (-v equals \fB\-v\fR=\fI2\fR, min/max: 0/4, default 1).TP\fB\-\-hash\fR=perbytesPrint hash (default is 32 bytes).TP\fB\-\-help\fR \fB\-h\fRHelp.TP\fB\-\-version\fRPrint version information.TP\fB\-\-terminal\fRInvoke shell-like terminal.SH "AUTHOR"Written by Uros Platise..SH "REPORTING BUGS"Report bugs to <uisp-dev@nongnu.org>.SH "SEE ALSO"http://savannah.nongnu.org/download/uisp/.SH "COPYRIGHT"(c) 1997-1999 Uros Platise, 2000-2003 Marek Michalkiewicz.PPuisp is free software, covered by the GNU General Public License. You arewelcome to change it and/or distribute copies of it under the conditions ofthe GNU General Public License.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -