9 years, 6 months ago.

BufferedSerial library works with FRDM-KL46Z but not the FRDM-KL25Z

I'm trying to port my working code from the FRDM-KL46Z to the FRDM-KL25Z but this line "BufferedSerial rs232 (PTA2, PTA1);" now causes the software to hang. The Serial library works OK but I need the buffer feature of BufferedSerial for reception. Don't know if it's significant but I'm also using the USBSerial and MODSERIAL libraries as I have a number of serial ports and found the software "wouldn't work" if I used the same library for all. Any suggestions really most welcome.

Question relating to:

Be the first to answer this question.