faqs

来自「A serial programming source code for lin」· 代码 · 共 29 行

TXT
29
字号
WHY DO SOME EXAMPLES USE RS232 and OTHERS USE SJINN?or I RAN the INSTALLATION but WHERE is the PROGRAM?The executable created will be located in the source directory and will becalled rs232. The installation script should have copied rs232 into/usr/local/bin and created a symbolic link in /usr/local/bin call sjinn whichpoints to rs232.WHEN I RUN SJINN IT HANGS, WHAT DO I DO?If you previously connected to a PPP server using a modem on the SAME serialport as your test device is connected to just start up minicom and exit outwith ctrl-A Q and select YES to leave without reset (you don't need to doanything in minicom itself) from then on everything should work fine. Yourother option is to reboot.I am UNABLE to COMMUNICATE with the DEVICE, WHAT DO I DO?Common problems include too short of wait times (see -w option),improper command terminations (i.e. using '\n' instead of '\r' or notterminating the command at all), not reading enough characters (for mostdevices it won't hurt to specify more characters than needed, i.e. -r2555),and neglecting to use a null modem cable when the device you arecommunicating with is also configured as a DTE device. If all elsefails first RTFM for the device. If you're still having problems post yourquestions at <http://sourceforge.net/projects/sjinn>, or e-mail me<bpeterso@aspenresearch.com>.

⌨️ 快捷键说明

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