davyzhu
Advanced Member level 1
Hello all,
I want to write a perl script to generate the hex data,
the command maybe "perl hex.pl hex_file start_hex end_hex".
E.g. start_hex is 00b5 and end_hex is 00be, the hex_file
will look like:
00b5
00b6
00b7
00b8
00b9
00ba
00bb
00bc
00bd
00be
Is it possible? Thanks!
BTW, if I want to generate a binary list like this hex one,how to?
DAVY
I want to write a perl script to generate the hex data,
the command maybe "perl hex.pl hex_file start_hex end_hex".
E.g. start_hex is 00b5 and end_hex is 00be, the hex_file
will look like:
00b5
00b6
00b7
00b8
00b9
00ba
00bb
00bc
00bd
00be
Is it possible? Thanks!
BTW, if I want to generate a binary list like this hex one,how to?
DAVY