<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic RS232 debug on JS16 in 8-bit Microcontrollers</title>
    <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RS232-debug-on-JS16/m-p/215802#M18729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Ugg, how embarrassing is this, right?)&lt;BR /&gt;&lt;BR /&gt;So I'm getting the SCI port on my JS16 DEMO board off its feet.&amp;nbsp; This board has no RS232 transceiver on it, so I've got my own little add-on board with an ICL3232 and serial DB9 cable.&amp;nbsp; This cable has been proven to work with other UART projects.&lt;BR /&gt;&lt;BR /&gt;I've got the SCI port enabled and transmitting, as I can verify with an o-scope on the transmit pin.&amp;nbsp; Nice strong +5V inactive, driven to ground when active.&lt;BR /&gt;&lt;BR /&gt;When I plug in this transceiver, the transmit line gets loaded down and my JS16 can't drive all the way to ground (only about a volt).&lt;BR /&gt;&lt;BR /&gt;Looking at just the transceiver, with its TTL TX and RX shorted together in loopback mode, I can transmit and see echo on a PC serial monitor.&amp;nbsp; So I know that the chip is alive and working independently of the JS16.&lt;BR /&gt;&lt;BR /&gt;Why don't they work together?&amp;nbsp; I've checked pinouts and power and port pins twice over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 31 Jul 2010 09:15:48 GMT</pubDate>
    <dc:creator>irob</dc:creator>
    <dc:date>2010-07-31T09:15:48Z</dc:date>
    <item>
      <title>RS232 debug on JS16</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RS232-debug-on-JS16/m-p/215802#M18729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(Ugg, how embarrassing is this, right?)&lt;BR /&gt;&lt;BR /&gt;So I'm getting the SCI port on my JS16 DEMO board off its feet.&amp;nbsp; This board has no RS232 transceiver on it, so I've got my own little add-on board with an ICL3232 and serial DB9 cable.&amp;nbsp; This cable has been proven to work with other UART projects.&lt;BR /&gt;&lt;BR /&gt;I've got the SCI port enabled and transmitting, as I can verify with an o-scope on the transmit pin.&amp;nbsp; Nice strong +5V inactive, driven to ground when active.&lt;BR /&gt;&lt;BR /&gt;When I plug in this transceiver, the transmit line gets loaded down and my JS16 can't drive all the way to ground (only about a volt).&lt;BR /&gt;&lt;BR /&gt;Looking at just the transceiver, with its TTL TX and RX shorted together in loopback mode, I can transmit and see echo on a PC serial monitor.&amp;nbsp; So I know that the chip is alive and working independently of the JS16.&lt;BR /&gt;&lt;BR /&gt;Why don't they work together?&amp;nbsp; I've checked pinouts and power and port pins twice over.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jul 2010 09:15:48 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RS232-debug-on-JS16/m-p/215802#M18729</guid>
      <dc:creator>irob</dc:creator>
      <dc:date>2010-07-31T09:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: RS232 debug on JS16</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RS232-debug-on-JS16/m-p/215803#M18730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello irob,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing that comes to mind is that you have the TXD output at the MCU connected to a receiver output at the ICL3232,&amp;nbsp;giving an I/O conflict.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that it is likely that your device will require a DCE connection, since the PC provides a DTE connection, and I assume that you don't want to use a special null modem cable.&amp;nbsp;&amp;nbsp;For DCE,&amp;nbsp;the TXD line from the PC would need to connect, via a RS232 receiver, to the RXD pin of the MCU.&amp;nbsp; Similarly, the TXD pin of the MCU would connect to a RS232 driver, to provide the RXD line back to the PC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Jul 2010 19:18:37 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RS232-debug-on-JS16/m-p/215803#M18730</guid>
      <dc:creator>bigmac</dc:creator>
      <dc:date>2010-07-31T19:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: RS232 debug on JS16</title>
      <link>https://community.nxp.com/t5/8-bit-Microcontrollers/RS232-debug-on-JS16/m-p/215804#M18731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;bigmac, you were right.&amp;nbsp; I stared a little harder at my ICL chip datasheet and realized today that I had PC TXD line going to a Tout instead of a Rin.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure what caused the cranial short circuit last week.&amp;nbsp; I don't know about you, but for me when I make a false assumption it can be very hard to force myself to take a fresh perspective and get out of the mental rut.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the fresh perspective!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Aug 2010 01:48:38 GMT</pubDate>
      <guid>https://community.nxp.com/t5/8-bit-Microcontrollers/RS232-debug-on-JS16/m-p/215804#M18731</guid>
      <dc:creator>irob</dc:creator>
      <dc:date>2010-08-03T01:48:38Z</dc:date>
    </item>
  </channel>
</rss>

