Advertisement
Guest User

Untitled

a guest
Dec 16th, 2013
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. # This is a generated gammurc file.
  2. # It was generated by Gammu configurator 0.4
  3.  
  4. # In Unix/Linux : copy it into your home directory and name it .gammurc
  5. # or into /etc and name it gammurc
  6. # In Win32 : copy it into directory with Gammu.exe and name gammurc
  7.  
  8. # Port : in Windows/DOS: "com*:",
  9. # (instead of "*" please put "1", "2", etc.)
  10. # in other (Linux/Unix) "/dev/ttyS%"
  11. # or "/dev/ircomm%" ("irda" connection)
  12. # (instead of "%" please put "0", "1", "2", etc.)
  13. # Model : use only, when Gammu doesn't recognize your phone model.
  14. # Put it here. Example values: "6110", "6150", "6210", "8210"
  15. # Connection : type of connection. Use "fbus" or "mbus" or "dlr3" or
  16. # "irda" (Infrared over sockets) or "infrared" (DirectIR)
  17. # or "at19200" (AT commands on 19200, 8 bits, None parity,
  18. # 1 stop bit, no flow control) or "at115200" (AT commands on
  19. # 115200, 8 bits, None parity, 1 stop bit, no flow control)
  20. # or "atblue" (AT over BlueTooth) or "dlr3blue" (FBUS
  21. # over BlueTooth)
  22. # SynchronizeTime: if you want to set time from computer to phone during
  23. # starting connection. Do not rather use this option when want
  24. # to reset phone during connection (in some phones need to
  25. # set time again after restart)
  26. # Logfile : Use, when want to have logfile from communication.
  27. # Logformat : What debug info and format should be used:
  28. # "nothing" - no debug level, "text" - transmission dump in
  29. # text format, "textall" - all possible info in text format,
  30. # "errors" - errors in text format, "binary" - transmission
  31. # dump in binary format
  32. # Use_Locking : under Unix/Linux use "yes", if want to lock used device
  33. # to prevent using it by other applications
  34. # GammuLoc : name of localisation file
  35.  
  36. [gammu]
  37.  
  38. port = /dev/ttyUSB0
  39. model =
  40. connection = at115200
  41. synchronizetime = yes
  42. logfile = /etc/gammu
  43. logformat = textall
  44. use_locking =
  45. gammuloc =
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement