I have an Acer Z650 Projector which i want to turn on using a serial comland can I do this by connecting an RS232Max TTl‘s rx and tx to the arduinos rx and tx?
Actually using some of the samples above you can likely use Tera Term or any similar terminal emulation software. That should tell you if you have communication.
Sorry you all for not writing too much let me fix that
Sadly I don’t have any images or schematics. This is just an Idea floating in my head.
Do i have a flight simulator with two Acer Z650 Projectors and instead of using the remote that came with the Projectors i want to turn it on using a button with my Arduino uno r3. I read about the Serial commands and that you can turn on this projector with this HEX String
2A 20 30 20 49 52 20 30 30 31 0D
Settings
Baud Rate (Default) 9600
Data Bits 8
Parity None
Stop Bit 1
So looked into the ardunio and the internet and found two pins on the Arduino RX and TX. But after looking into the internet, i saw that you need an RS232 to TTL Adapter. I went with this one
I want to connect the RX of the Adapter to the RX of my Arduino
And the TX of the Adapter to my Arduinos TX
And GND to GND
But the Datasheet from my projector says the following
RxD receives data from the external computer
TxD transmits data to the external computer
GND ground for data signal
I dont get what they mean for ground.
So my questions are:
What do I have to connect where
And is my pinout connect RX(arduino) -> RX(Projector) and TX(arduino) -> TX(Projector)
GND -> GND
And can somebody please code this i dont know how to code