From: Oleg Broytman Date: Sat, 19 Jun 2004 17:34:24 +0000 (+0000) Subject: Chnaged the example of the tty device. X-Git-Url: https://git.phdru.name/?p=extfs.d.git;a=commitdiff_plain;h=106d163625b710e0091416ec0c0da8b1f5de1207 Chnaged the example of the tty device. git-svn-id: file:///home/phd/archive/SVN/mc-extfs/trunk@21 1a6e6372-1aea-0310-bd00-dc960550e1df --- diff --git a/obexftp b/obexftp index 5aa46c5..6fb0b2b 100755 --- a/obexftp +++ b/obexftp @@ -28,7 +28,7 @@ Create somewhere a transport file. The transport file can have any name, and is expected to be a text file with at least one line defining the transport to your device. Other lines in the file are ignored. -First word in the line is a transport name - Bluetooth, IrDA or TTY. The name +First word in the line is a transport name - Bluetooth, TTY or IrDA. The name is case-insensitive. For the Bluetooth transport put there a line "Bluetooth CP:AD:RE:SS channel", @@ -37,7 +37,7 @@ and channel is the OBEX File Transfer channel; you can discover the address and the channel for your device by using commands like "hcitool scan" and "sdptool browse". -For the TTY put a device name: "tty /dev/rfcomm0". +For the TTY put the device name: "tty /dev/ttyUSB0". For the IrDA: just put "IrDA" in the file. @@ -53,8 +53,8 @@ directories quickly. """ __version__ = "1.0.0" -__revision__ = "$Id: obexftp,v 1.10 2004/06/19 17:32:52 phd Exp $" -__date__ = "$Date: 2004/06/19 17:32:52 $"[7:-2] +__revision__ = "$Id: obexftp,v 1.11 2004/06/19 17:34:24 phd Exp $" +__date__ = "$Date: 2004/06/19 17:34:24 $"[7:-2] __author__ = "Oleg Broytmann " __copyright__ = "Copyright (C) 2004 PhiloSoft Design"