Thread
: IQ
I need advice on how to send a binary file to a Pocketbook via UART from a PC.
View Single Post
07-05-2024, 06:59 PM
#
4
rkomar
Wizard
Posts: 3,055
Karma: 18821071
Join Date: Oct 2010
Location: Sudbury, ON, Canada
Device: PRS-505, PB 902, PRS-T1, PB 623, PB 840, PB 633
How big is the missing file? If it isn't too big, you could 'echo' the contents into the file from the shell. For example, to write 0x00ff to a file:
echo -n -e \\x00\\xff > hwconfig
rkomar
View Public Profile
Find More Posts by rkomar
Track Posts by rkomar via RSS