Tagged Questions
1
vote
2answers
844 views
Sending Hexadecimal data through Serial Port Communication in Linux
I have got a task of sending hexadecimal data to my COMPORT in linux. I have written this simple C code, but it sends only a decimal number. Can anyone help me in sending an hexadecimal bit.
Here is ...
0
votes
1answer
107 views
ACM dropping balls
Below is the code that I have copied from link http://progspedia.blogspot.com/2011/05/679-dropping-balls.html#comment-form
#include<stdio.h>
int main()
{
int t,D,I,P,i,j;
...