Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: int to hex
Post: RE: int to hex

Thank you for the quick reply, Larz. The number conversion between int,hex etc seems ok. Int 3360 becomes hex 0xd20. How would you convert it to b'\x0d\x20' ? When running struct it just becomes b' \r...
pythonper General Coding Help 3 3,689 Mar-14-2018, 08:49 AM
    Thread: running two python scripts
Post: running two python scripts

Hello, I am trying to have two python scripts running where one pauses the other. Both scripts do some socket communication (one reads and one writes) read.py runs continously in the background with...
pythonper General Coding Help 1 2,635 Mar-14-2018, 08:45 AM
    Thread: int to hex
Post: int to hex

Hello, I am trying to convert and array of ints to hexadecimal numbers with the format as b'\x50\x15\' When I use the struct.pack(">H", int) most numbers looks ok, but some get turned into ascii ch...
pythonper General Coding Help 3 3,689 Mar-12-2018, 09:30 AM

User Panel Messages

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