Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Decoding a serial stream
#1
Hi,
I am trying to read a UART serial stream, and the data comes in as hex (I think). I’m not actually sure.

Below is a short snippet of what I am getting.

b’\t\x9c\x1d\xc8LX\t\xfdXh\t\xbf\x1e\x8a^X{|\xbe\x85’

I’m pretty sure the “” is a delimiter. And I believe the \n means new line, \t means tab. So those are ascii. I am also guessing that anything starting with \x is a hex value. But that’s where I get lost. Hex \x9c is convertible. But what is \xfdXh?

If anyone can help, or know if there is a python command to parse this, thanks in advance.

Andy
Reply


Messages In This Thread
Decoding a serial stream - by AKGentile1963 - Mar-20-2021, 03:04 PM
RE: Decoding a serial stream - by deanhystad - Mar-20-2021, 03:31 PM
RE: Decoding a serial stream - by AKGentile1963 - Mar-20-2021, 04:30 PM
RE: Decoding a serial stream - by AKGentile1963 - Mar-20-2021, 04:33 PM
RE: Decoding a serial stream - by deanhystad - Mar-20-2021, 05:15 PM
RE: Decoding a serial stream - by AKGentile1963 - Mar-20-2021, 06:30 PM
RE: Decoding a serial stream - by bowlofred - Mar-20-2021, 07:08 PM
RE: Decoding a serial stream - by deanhystad - Mar-20-2021, 08:07 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Decoding lat/long in file name johnmcd 4 350 Mar-22-2024, 11:51 AM
Last Post: johnmcd
  Enigma Decoding Problem krisarmstrong 4 722 Dec-14-2023, 10:42 AM
Last Post: Larz60+
  Microphone stream manipulation Talking2442 1 2,722 Nov-19-2023, 02:08 PM
Last Post: palumanic
  pyserial/serial "has no attribute 'Serial' " gowb0w 9 3,903 Aug-24-2023, 07:56 AM
Last Post: gowb0w
  EEG stream data with mne and brainfolw PaulC 0 488 Aug-22-2023, 03:17 AM
Last Post: PaulC
  json decoding error deneme2 10 3,626 Mar-22-2023, 10:44 PM
Last Post: deanhystad
  flask app decoding problem mesbah 0 2,347 Aug-01-2021, 08:32 PM
Last Post: mesbah
  Best Video Quality And Stream Harshil 2 2,237 Aug-19-2020, 09:03 AM
Last Post: Harshil
  xml decoding failure(bs4) roughstroke 1 2,255 May-09-2020, 04:37 PM
Last Post: snippsat
  python3 decoding problem but python2 OK mesbah 0 1,802 Nov-30-2019, 04:42 PM
Last Post: mesbah

Forum Jump:

User Panel Messages

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