Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Arduino/If Else Condition
Post: Arduino Status Message

i want to make if else condition about status of arduino.How could i make if else condition about status about arduino?If status of arduino is connected,i want to have "Connected" Message.Else,Message...
emrebt39 General Coding Help 3 3,682 Oct-23-2017, 10:29 AM
    Thread: Arduino/If Else Condition
Post: Arduino/If Else Condition

New at Python,trying to make if Else condition,You can see below: from Tkinter import * root = Tk() def connectToArduino(): arduino = serial.Serial(arduinoPort, serialTransferRate) if(ardu...
emrebt39 General Coding Help 3 3,682 Oct-20-2017, 07:49 PM
    Thread: Tkinter/Label/Arduino/ if Else condition
Post: Tkinter/Label/Arduino/ if Else condition

from Tkinter import * root = Tk() def connectToArduino(): arduino = serial.Serial(arduinoPort, serialTransferRate) arduino.timeout = None time.sleep(2) arduino.write("S\n") lab...
emrebt39 GUI 1 5,243 Oct-20-2017, 10:53 AM
    Thread: AttributeError: attribute 'port' of 'liblo._ServerBase' objects is not writable
Post: AttributeError: attribute 'port' of 'liblo._Server...

i ve muse headband and arduino.I want to take datas from muse and give them to arduino for some calculations. #define libs from liblo import * import sys import time import serial import math #define...
emrebt39 General Coding Help 2 3,449 Jun-17-2017, 08:04 PM
    Thread: AttributeError: attribute 'port' of 'liblo._ServerBase' objects is not writable
Post: AttributeError: attribute 'port' of 'liblo._Server...

i ve muse headband and arduino.I want to take datas from muse and give them to arduino for some calculations. #define libs from liblo import * import sys import time ...
emrebt39 General Coding Help 2 3,449 Jun-17-2017, 09:59 AM
    Thread: Python if else condition using with args
Post: RE: Python if else condition using with args

(Jun-15-2017, 07:43 PM)buran Wrote: (Jun-15-2017, 06:42 PM)emrebt39 Wrote: You divide all args to 10.If i use each arg in different process,what can ido?e.g my args are :x y and z.i will divide x ...
emrebt39 General Coding Help 5 11,753 Jun-15-2017, 11:54 PM
    Thread: Python if else condition using with args
Post: RE: Python if else condition using with args

(Jun-15-2017, 10:19 AM)buran Wrote: first of all, the way you have args in your code, it will expect single object - list, tuple, etc., i.e. some data structure. If I understand you correctly, you ...
emrebt39 General Coding Help 5 11,753 Jun-15-2017, 06:42 PM
    Thread: Python if else condition using with args
Post: Python if else condition using with args

I want to use if else condition with arguments.Main codes at part 1 And i want to divide each arg to 10 and put args in if else condition.If else try part 2 How can i write if else condition using wit...
emrebt39 General Coding Help 5 11,753 Jun-14-2017, 08:58 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020