Z Zener_Diode New Member Nov 17, 2009 #1 Hey, Is there an option to turn RS232 pins on and off manually (without an entire RS232 protocol) ? Do you have any information/documentation about it? Thanks ahead.
Hey, Is there an option to turn RS232 pins on and off manually (without an entire RS232 protocol) ? Do you have any information/documentation about it? Thanks ahead.
M mneary New Member Nov 17, 2009 #2 You can do anything you want with RS232. It's little more than a specification of voltage and impedance. It depends on the hardware that you're using (possibly a UART?).
You can do anything you want with RS232. It's little more than a specification of voltage and impedance. It depends on the hardware that you're using (possibly a UART?).
Z Zener_Diode New Member Nov 17, 2009 #3 I want to use standart PC RS232 port. How can I turn on and off signals there? Where should I write the data (what is the base address and the offset)? thanks ahead
I want to use standart PC RS232 port. How can I turn on and off signals there? Where should I write the data (what is the base address and the offset)? thanks ahead
M mneary New Member Nov 17, 2009 #4 The "standard PC" is available with many operating systems. Some of them only allow access to hardware through OS calls. You probably need to consult the instructions for your developer's environment (VC, VC++, .net, etc.)
The "standard PC" is available with many operating systems. Some of them only allow access to hardware through OS calls. You probably need to consult the instructions for your developer's environment (VC, VC++, .net, etc.)
Gayan Soyza Active Member Nov 18, 2009 #5 In computer, by default they are off.Particular application turns on the particular port. In micro controller, by default UART is disable & you need to turn on when you require it. Last edited: Nov 18, 2009
In computer, by default they are off.Particular application turns on the particular port. In micro controller, by default UART is disable & you need to turn on when you require it.