08-09-2007 03:28 PM
08-09-2007 03:39 PM
08-10-2007 07:24 AM
Of course the RS232 pins have a variable output voltage: Since more than less manufactors of hardware ignore the RS232 standard, the output of the pins vary from device to device 😉 some notebooks just have a 5V swing , bad if you want to power a optoisolator with the port 😞
However, if the org poster want to establish a crude way to communicate, he can use one or two additional IO Pins (RTS,CTS) for a clock signal and do something like a slow I2C in software. Since the RS232 is a legacy port, I recomment to add a FTDI USB/serial chip to the pic and use a USB port.
08-10-2007 08:14 AM
08-10-2007 08:29 AM
08-10-2007 10:34 AM