Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
  Exclamation Thread: String error
Post: RE: Arduino to Python to Matplot String error

(Jan-24-2021, 10:13 PM)bowlofred Wrote: When you have a regular string, you pass in another string object as text to split on. >>> "split this, string, on the, commas".split(",") ['split t...
Kurta General Coding Help 7 2,896 Jan-24-2021, 10:54 PM
    Thread: String error
Post: RE: Arduino toString error

(Jan-24-2021, 10:13 PM)bowlofred Wrote: When you have a regular string, you pass in another string object as text to split on. >>> "split this, string, on the, commas".split(",") ['split t...
Kurta General Coding Help 7 2,896 Jan-24-2021, 10:50 PM
    Thread: String error
Post: RE: String error

(Jan-24-2021, 10:02 PM)Serafim Wrote: have you checked what kind of data you get on the serial port? arduinoString = arduinoData.readline() print(arduinoString) # check the output About the ...
Kurta General Coding Help 7 2,896 Jan-24-2021, 10:41 PM
    Thread: String error
Post: String error

Hey there im not getting the expected result i expect two numbers temperture and humidty seperated by a comma here is my error: line 25, in <module> dataArray = arduinoString.split(",") ...
Kurta General Coding Help 7 2,896 Jan-24-2021, 07:27 PM
    Thread: Super basic tkinter arduino issue
Post: RE: Super basic tkinter arduino issue

I can live without the while I just want the panel to display once a minute or button press
Kurta GUI 3 2,495 Jan-07-2021, 04:00 PM
    Thread: Super basic tkinter arduino issue
Post: Super basic tkinter arduino issue

Hi doing a basic read and display exercise. Does anyone know how to do a basic print data from arduino onto Tkinter with python? (i dont!! lol) ive looked everywhere on the web and cant find a ...
Kurta GUI 3 2,495 Jan-07-2021, 04:14 AM
    Thread: Entry Widget issue
Post: RE: Entry Widget issue

I didnt mean to hi jack but i have the same issue and the other guy never came back to say if it worked or not. i tried the code in my example and it didn't work. this is my code a simplified versio...
Kurta GUI 16 7,089 Jan-05-2021, 03:02 AM
    Thread: List / arrays putting in sentence
Post: RE: List / arrays putting in sentence

(Dec-24-2020, 02:28 AM)Larz60+ Wrote: f-string should be message = f"{name} (first bike was a {bicycles[3]})" That did fixed it I removed the round brackets i thought i needed them. I've program...
Kurta General Coding Help 3 2,622 Dec-24-2020, 10:10 PM
    Thread: List / arrays putting in sentence
Post: List / arrays putting in sentence

I’m trying to pull from a index and a variable and use in a sentence what’s am I doing wrong bicycles = ['trek','cannondale','shwin','specialized','redline','bmx'] name = "kurt" message = f(name)" (f...
Kurta General Coding Help 3 2,622 Dec-24-2020, 01:03 AM

User Panel Messages

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