Continue to Site

Hex output on CCS C serial port...

Status
Not open for further replies.

glenjoy

Banned
Advanced Member level 3
Joined
Jan 1, 2004
Messages
962
Helped
72
Reputation
146
Reaction score
20
Trophy points
1,298
Location
Philippines
Activity points
0
How to send HEX characters at the serial port using CCS C?

Say for example this hex characters 1E 0C 00 02 00 09 01 08 00 02 64 12 00 01 44 00 3F 1E .

Btw, of course I am using PIC because as implied it is CCS C.

Thanks a lot.
 

printf() function and use format %x or %X
example : printf(%x, a);
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top