This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cable RS232

Hi,
I want to connect a "LPC1788 Developer’s Kit" board to my PC. I have RS232 port in both sides. Should i use straight and crossed RS232 cable ? thank you in advance.

Parents
  • Sabi,
    does it already work? From my experience, the problem will start by just compiling code for a LPC. Keil has a total mess in the library for the various models. We had a LPC1758 and a LPC1315, which are not very different. But the files for the 1758 did not work with the 1315 and vice versa. Also, when comparing files with the same name, simple things like GPIO setup were totally renamed from one chip to the other. Apart from the fact that programming the LPC is a pita.

Reply
  • Sabi,
    does it already work? From my experience, the problem will start by just compiling code for a LPC. Keil has a total mess in the library for the various models. We had a LPC1758 and a LPC1315, which are not very different. But the files for the 1758 did not work with the 1315 and vice versa. Also, when comparing files with the same name, simple things like GPIO setup were totally renamed from one chip to the other. Apart from the fact that programming the LPC is a pita.

Children