Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9008095
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T01:51:43+00:00 2026-06-16T01:51:43+00:00

I am writing a program that sends command codes to a serial device and

  • 0

I am writing a program that sends command codes to a serial device and gets a response from the device, then sends another command. I can send the commands perfectly, and even get a response. However, my if statement does not seem to acknowledge the responses.

Example:

response = sendCommand(beep)
if response == '0D6010100':
  print"Command beeped!"

Like I mentioned, I get a successful response code of 0D6010100, but the if statement doesn’t acknowledge it. Any ideas?

I am working with Python 2.7 and using PySerial

UDPATE:

print type(response) gives me:
print repr(response) gives me: ‘0D6010100\r\n’
I assume the \r\n at the end of the repr(response) has some kind hand in this issue?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T01:51:43+00:00Added an answer on June 16, 2026 at 1:51 am

    You need to trim the response first:

    if response.rstrip() == '0D6020100':
       print 'beepity boop beep woohoo!'
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to write a program that create pipe send filename from command line
I'm writing a program that sends an array through a function (upperhess) that will
I am writing a small program that sends and receive multicast packets.I need to
I'm writing a C program under Windows that should send an ENTER key to
I'm writing a program that lets the user input 6 temperature readings, and then
I am writing a program that downloads images to the hard drive and then
I'm writing a VB.NET program that needs to send data to a Django site,
Hi I'm writing a program that sends a set of bytes through a message
I'm writing a program that sends an email out at a client's specific local
I am currently writing a program that I need to send to a friend

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.