I've a question. maybe very simple.
It's about rs232,
I want to get a lot of receive data to PIC16F876 from another PIC16F876 (and PC).
I save an array that my receive data. But I suppose gets() function is receive as string. But I want to integer (hex). Because if this receive string I see ascII character on the ports.
thanks a lot
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
Posted: Wed Mar 18, 2009 11:49 am
You can use putc() to send any byte value. It does not require ASCII
values.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum