all values are binary -- it's simply how you display them. an ASCII char represents 8 bits, 8 ASCII chars are needed to represent the same value in binary "format" as '0' and '1' ASCII characters
Hello, thank you so much for the reply. How would I go about using the Arduino for both ASCII to binary output and as well as binary on analog in to ASCII? Is there a way to do it within the development environment? Has anyone done it before? Surely someone has used an arduino for two way binary communications? Thank you!!
KEYBOARD (PC CONNECTED TO ARDUINO USB) ----- > BINARY OUT - TO ANALOG TRANSMITTER
ANALOG SIGNAL WITH BINARY ------ > ARDUINO ANALOG IN? DISPLAY ON PC CONNECTED VIA USB (RECEIVER).
of course. The Arduino uses a serial interface to download programs and print characters on the serial monitor (using ASCII format of course).
and of course, Arduinos with multiple serial interfaces (i.e. Mega) can communicate between one another.
and of course, the serial interfaces can be used with IR (infra red) LEDs and receivers to communicate, or electrical RS-485 transceivers over longer distance and between multiple (~64) devices or using WiFi
I am trying to make a packet radio type of thing where I can use an arduino to send and receive data. I was hoping to be able to type on my PC keyboard connected via USB to the arduino and have it output the typed words into binary then send the using radio and vice-versa at the other end. Using a single arduino at each end that can send/receive at each end and display on the laptop screen at each end. Perhaps a couple of small dialog boxes on each laptop with transmitted words and received words. It is for a second year uni project. Thank you very much!
Please answer the questions we ask. Do you have radio hardware? Have you looked for it? Does the project "do" something, or is it just a demonstration?
Now you mention that it must send and receive. Are there any more important details you forgot to mention? As a new forum member, your post count is limited in the first 24 hours...
May I suggest you first purchase commercially available equipment and get it working. THEN duplicate that system with your Arduino project? Do you have a license that allows you to use packet radio?