You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.5 KiB

  1. # Port : "/dev/ttyS%" or "/dev/ircomm%" ("irda" connection), "/dev/ttyUSB%"
  2. # (instead of "%" please put "0", "1", "2", etc.)
  3. # Model : use only, when Gammu doesn't recognize your phone model.
  4. # Put it here. Example values: "6110", "6150", "6210", "8210"
  5. # Connection : type of connection. Use "fbus" or "mbus" or "dlr3" or
  6. # "irda" (Infrared over sockets) or "infrared" (DirectIR)
  7. # or "at19200" (AT commands on 19200, 8 bits, None parity,
  8. # 1 stop bit, no flow control) or "at115200" (AT commands on
  9. # 115200, 8 bits, None parity, 1 stop bit, no flow control)
  10. # or "atblue" (AT over BlueTooth) or "dlr3blue" (FBUS
  11. # over BlueTooth)
  12. # SynchronizeTime: If you want to set time from computer to phone during
  13. # starting connection. Do not rather use this option when want
  14. # to reset phone during connection (in some phones need to
  15. # set time again after restart)
  16. # Logfile : Use, when want to have logfile from communication.
  17. # Logformat : What debug info and format should be used:
  18. # "nothing" - no debug level, "text" - transmission dump in
  19. # text format, "textall" - all possible info in text format,
  20. # "errors" - errors in text format, "binary" - transmission
  21. # dump in binary format
  22. # Use_Locking : under Unix/Linux use "yes", if want to lock used device
  23. # to prevent using it by other applications
  24. # GammuLoc : name of localisation file
  25. [gammu]
  26. port = /dev/ttyUSB0
  27. #model =
  28. connection = at
  29. #synchronizetime = yes
  30. #logfile =
  31. #logformat = errors
  32. use_locking = yes
  33. #gammuloc =
  34. # EOF /etc/gammurc