Go to advanced search

by vimal-1
Thu Feb 06, 2014 7:49 pm
Forum: General discussion
Topic: while true loop issue
Replies: 5
Views: 3146

Re: while true loop issue

It is working now as Intended.
Many Thanks to Douglas6, Paeryn, and Richard-TX.
by vimal-1
Thu Feb 06, 2014 5:33 pm
Forum: General discussion
Topic: while true loop issue
Replies: 5
Views: 3146

Re: while true loop issue

#!/usr/bin/env python import gammu import sys while True: sm = gammu.StateMachine() sm.ReadConfig() sm.Init() mydata = raw_input('type your message') message = { 'Text': (mydata), 'SMSC': {'Location': 1}, 'Number': '07*********2', } sm.SendSMS(message) Thank You, I have added a space at the front o...
by vimal-1
Thu Feb 06, 2014 5:02 pm
Forum: General discussion
Topic: while true loop issue
Replies: 5
Views: 3146

while true loop issue

Hello. I am trying to make this code repeatedly wait for user input. I have tried to use the while True statement and am getting syntax error message requesting an indented block. what is an Indented block? is it a space? where should it be located. regards, Vimal #!/usr/bin/env python import gammu ...
by vimal-1
Tue Oct 29, 2013 10:34 pm
Forum: General discussion
Topic: waiting for keyboard input.
Replies: 2
Views: 573

Re: waiting for keyboard input.

thank you. will give it a go
by vimal-1
Tue Oct 29, 2013 10:26 pm
Forum: General discussion
Topic: waiting for keyboard input.
Replies: 2
Views: 573

waiting for keyboard input.

I want to be able print price labels using a thermal printer.which can be done using scripts from adafruit and geekygurl but I would like to take this a step further and wait for keyboard input and then print the keystrokes. e.g. the pi is connected to a cheap LCD, keyboard and printer. on power up ...
by vimal-1
Thu Sep 06, 2012 8:06 am
Forum: Android
Topic: Android or Iphone app
Replies: 5
Views: 3598

Re: Android or Iphone app

thanks a lot for the suggestions. I will try the wifi option as my phone has wifi hotspot. can anyone suggest a wifi dongle that works out of the box. someone has already turned a phone into a usb keyboard. it will be useful here in India where you have limited network connections, but phones are ch...
by vimal-1
Sun Sep 02, 2012 2:27 pm
Forum: Android
Topic: Android or Iphone app
Replies: 5
Views: 3598

Android or Iphone app

I was wondering whether anyone is interested in developing an app for smartphones to turn the phone into a keyboard and/or mouse emulator. I would like to be able to connect my phone via usb to the pi and have it appears to the PI as a keyboard. I am up for paying a few bob for an app than buy an ex...

Go to advanced search