Bitwise operators and converting an int to 2 bytes and back again.
- by aKiwi
first time user, Hi guys!
So hopefully someone can help..
My background is php so entering the word of lowend stuff like, char is bytes, which are bits.. which is binary values.. etc is taking some time to get the hang of ;)
What im trying to do here is sent some values from an Ardunio board to openFrameWorks (both are c++).
What this script…