Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/9999years/hexprint

A utility for printing raw bytes to the console or converting a string like `1b 20 f9` or `1B20F9` into the bytes b'\x1b\x20\xf9'
https://github.com/9999years/hexprint

Last synced: 14 days ago
JSON representation

A utility for printing raw bytes to the console or converting a string like `1b 20 f9` or `1B20F9` into the bytes b'\x1b\x20\xf9'

Awesome Lists containing this project

README

        

# hexprint

Text to bytes!

$ hexprint 40 20 41 42 43 60 50
@ ABC`P

Or, identically:

$ hexprint 40204142436050
@ ABC`P

An actual use case, to reset an ESC/POS printer:

$ hexprint 1B40 | lpr -l