2
votes
9answers
4k views
Embedded C: what does var = 0xFF; do?
I'm working with embedded C for the first time. Although my C is rusty, I can read the code but I don't really have a grasp on why certain lines are the way the are. For example, I want to know if …
4
votes
8answers
399 views
RS232 Communication - Can I use it to create a steady state signal?
In all honesty, I think the answer is "no;" however, I want to get a second opinion. Basically, I need one micro-controller device to send a steady signal to another one, but the communicate betwee …
2
votes
A good, free resource to learn the fundamentals of C (not C++) development?
There is an online version of The C book available.
http://publications.gbdirect.co.uk/c_book/
…
