I want to connect a HSEROUT pin to 2 PCs, is there any IC/hardware or method how to split the signal?
Thanks
I want to connect a HSEROUT pin to 2 PCs, is there any IC/hardware or method how to split the signal?
Thanks
Take a look at RS485 . It is a multi-drop. You will need a level converter with HSEROUT to connect to a PC. Instead of a the typical 232 chip, get one for 485.
http://www.lammertbies.nl/comm/info/RS-485.html
Dave
Always wear safety glasses while programming.
If you just need to send data to 2 PCs, you need not bother with RS485. Just make sure you have the MAX232 on your PIC side to ensure that your RS232 level is within spec. Then take the output of the MAX232 and connect to the RXD pin of each PC. You may connect only 1 TXD pin of any one PC to your MAX232 to get commands to your PIC.
Effectively, what will happen is that whatever your PIC sends will be received by both PCs. What you type on the 1 pc whose TXD is connected to your PIC will be received by your PIC.
Hi Jerson,
I did not know that. Was told years ago that 485 was needed for something like this and never tried your solution.
I will try that the next time. Thanks.
Dave
Always wear safety glasses while programming.
Thank you Jerson & Mackrackit.
It is a great information
One more question :
Can I split the PIC HSEROUT output pin to 2 MAX232 ? Or do I need some buffer IC ? Again, this is just one directional serial
Last edited by luminas; - 30th May 2008 at 08:45.
MAX232 have 2 transmitter, 2 receiver. So just connect the 2 transmitter input together and that's it, you have 2 output available.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Thank you Steve![]()
Bookmarks