I'm working on an embedded system, and i'm having dramas getting it to send a certain chunk of data across the serial port. I narrowed it down and found that if ...
What decimal numbers are you entering? try 65 which should print A or 49 which should print 1 Look at an ASCII code chart... *not all decimal values lead to printable characters!* For example if you entered 7 ... your computer should beep at you (ascii bell character) The ASCII code was originally created to standardize communications between teletype stations on ...
I am using a microcontroller to do my project. The result i get from the microcontroller is in float and i need to get my result to be display in a LCD. I do not have a decoder connect to it. That why i need to write a program in C that will able to convert the float into ASCII code. ...
Hi all, I'm new to this forum (this is my first post) and have been searching for information to help me achieve something that I've seen done in C++ but I can't find a way to do it in C. What I'm trying to do is generate a data file for input into a database system, and part of the C ...