Go to advanced search

by thivtulz
Mon Mar 18, 2013 4:32 am
Forum: C/C++
Topic: UART receive problem
Replies: 11
Views: 16552

Re: UART receive problem

How to send data from PC to RPi using python code through the UART?Please help me on this.Thanks on advance. :)
by thivtulz
Mon Mar 18, 2013 2:04 am
Forum: Python
Topic: UART
Replies: 30
Views: 8719

Re: UART

How to send data from PC to RPi using python code through the UART?Please help me on this.Thanks on advance. :)
by thivtulz
Wed Mar 13, 2013 10:31 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: UART
Replies: 22
Views: 20294

Re: UART

how to receive data from terminal to the raspberry pi through UART.?
by thivtulz
Wed Mar 13, 2013 8:37 am
Forum: Interfacing (DSI, CSI, I2C, etc.)
Topic: UART
Replies: 22
Views: 20294

Re: UART

my objective is want to display the output in my laptop...
this is my coding..

Code: Select all

import serial
ser = serial.Serial("/dev/ttyAMA0",9600)
ser.write("My String outputto serial port")
is there any mistake in my coding.Thanks .
by thivtulz
Wed Mar 13, 2013 6:29 am
Forum: Other programming languages
Topic: UART on raspberry pi
Replies: 15
Views: 9685

Re: UART on raspberry pi

i'm using wheezy raspbian....so the port number will be same is it....

Here my code..

Code: Select all

import serial
serialport = serial.Serial('dev/ttyAMAO,9600)
serialport.write("My string output to serial port")

My objective is want to display in my pc using uart.thanks
by thivtulz
Wed Mar 13, 2013 2:33 am
Forum: Other programming languages
Topic: UART on raspberry pi
Replies: 15
Views: 9685

Re: UART on raspberry pi

how to find the serial port number of raspberry pi board
by thivtulz
Fri Feb 01, 2013 7:38 am
Forum: Python
Topic: UART
Replies: 30
Views: 8719

UART

how to make serial communication between raspberry pi and my PC using python?.Help me.
by thivtulz
Fri Feb 01, 2013 3:23 am
Forum: Other programming languages
Topic: UART on raspberry pi
Replies: 15
Views: 9685

Re: UART on raspberry pi

i'm using python.so there's any way to play with UART in raspberry pi
by thivtulz
Thu Jan 31, 2013 5:21 am
Forum: Other programming languages
Topic: UART on raspberry pi
Replies: 15
Views: 9685

UART on raspberry pi

How to use UART on raspberry pi board?Any one can help me about this?.
by thivtulz
Thu Jan 31, 2013 1:42 am
Forum: Python
Topic: turning gpio buttons into keys
Replies: 31
Views: 15695

Re: turning gpio buttons into keys

Thanks for your help.Now i'm facing another problem.I cannot display the output.After i run the code it's shows that"press enter to continue".That's all i cannot get the result.Help me.Is there any mistakes in my coding.. from Tkinter import * import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) GPIO.se...
by thivtulz
Wed Jan 30, 2013 1:45 am
Forum: Python
Topic: turning gpio buttons into keys
Replies: 31
Views: 15695

Re: turning gpio buttons into keys

This coding also same but i used gtk modules.Here the problem is when i clicked the button the LED didn't response.Here my objective is when i pressed the attached switch the LED must response.Help me to solve the problems.Thanks import pygtk import gtk import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOAR...
by thivtulz
Wed Jan 30, 2013 1:34 am
Forum: Python
Topic: turning gpio buttons into keys
Replies: 31
Views: 15695

Re: turning gpio buttons into keys

This is my coding.My objective is i want to control the LED lights and switch that connect to the raspberry pi board. from Tkinter import * import RPi.GPIO as GPIO GPIO.setmode(GPIO.BOARD) GPIO.setup(8, GPIO.OUT) GPIO.setup(7, GPIO.IN) def hi_there(): print "Lighting up LED" GPIO.output(8, GPIO.OUT)...
by thivtulz
Tue Jan 29, 2013 7:01 am
Forum: Python
Topic: turning gpio buttons into keys
Replies: 31
Views: 15695

Re: turning gpio buttons into keys

When i run my code i get this error..(gpio.py:4: RuntimeWarning: This channel is already in use, continuing anyway. Use GPIO.setwarnings(False) to disable warnings.
GPIO.setup(21, GPIO.OUT)..

Please help me to solve this problem.thanks. :(
by thivtulz
Fri Jan 04, 2013 12:44 am
Forum: Python
Topic: pyhton file
Replies: 7
Views: 2648

Re: pyhton file

Hi.Can i know what are the errors in my coding.. imprt pygtk import gtk class Helloworld: def _init_(self): self.window = gtk.wwindow() self.window.set_title(("GTk Hello World = By Promosys") self.window set_default_size self.window.connect("destroy", self.quit) self.verticalcontainer.margin=5 self....
by thivtulz
Thu Jan 03, 2013 8:05 am
Forum: Python
Topic: Looking for Helpers in Python Project
Replies: 7
Views: 1181

Re: Looking for Helpers in Python Project

class Helloworld: def _init_(self): self.window = gtk.wwindow() self.window.set_title(("GTk Hello World = By Promosys") self.window set_default_size self.window.connect("destroy", self.quit) self.verticalcontainer.margin=5 self.window.add(self.verticalcontainer) self.verticalcontainer.show() self.me...
by thivtulz
Fri Dec 28, 2012 3:05 am
Forum: Python
Topic: pyhton file
Replies: 7
Views: 2648

Re: pyhton file

I want to create a FORM and put button and also update Labels using python.So how to do that.I'm new for python.
by thivtulz
Thu Dec 27, 2012 2:32 am
Forum: Other projects
Topic: Raspberry Pi projects
Replies: 0
Views: 511

Raspberry Pi projects

Let's say i had create a LAMP server and all data in the server.Now if i want to use some of the data from the server for example want to use Mysql data.Is that python can read the Mysql file so that easy to write the python script.
by thivtulz
Thu Dec 27, 2012 1:13 am
Forum: Python
Topic: pyhton file
Replies: 7
Views: 2648

pyhton file

Let's say i save a python file to the SD card.How to run the saved file using Raspberry Pi so that can get the output..
by thivtulz
Thu Dec 27, 2012 1:04 am
Forum: Networking and servers
Topic: set RPi as a server
Replies: 16
Views: 3748

Re: set RPi as a server

thanks dude. Actually i'm not yet plan any things to do with LAMP server dude.Any way thanks for your clarification dude..So we cannot create WAMP server using raspberry Pi..??
by thivtulz
Wed Dec 26, 2012 7:50 am
Forum: Networking and servers
Topic: Warm server
Replies: 4
Views: 1478

Re: Warm server

Sorry guys.WAMP server.
by thivtulz
Wed Dec 26, 2012 7:44 am
Forum: Networking and servers
Topic: Warm server
Replies: 4
Views: 1478

Warm server

How to develop a warm server using raspberry pi with Mysql , Apache and PhP?
by thivtulz
Wed Dec 26, 2012 7:41 am
Forum: Other projects
Topic: Python file
Replies: 1
Views: 444

Python file

Let's say i save a python file to the SD card.How to run the saved file using Raspberry Pi so that can get the output..
by thivtulz
Wed Dec 26, 2012 3:57 am
Forum: Networking and servers
Topic: set RPi as a server
Replies: 16
Views: 3748

Re: set RPi as a server

ok thanks.If i want to see the web page on pc means how to do? :)
by thivtulz
Wed Dec 26, 2012 1:18 am
Forum: Other projects
Topic: Raspberry Pi OS
Replies: 2
Views: 715

Raspberry Pi OS

How to install android OS into the raspberry Pi.
by thivtulz
Wed Dec 26, 2012 12:42 am
Forum: Networking and servers
Topic: set RPi as a server
Replies: 16
Views: 3748

Re: set RPi as a server

I want to see the web page on my Pi .how to do?Anyone can help me.

thanks.

Go to advanced search