Hi, Thank you for your replies. Pin mapping is a bit far from my experience. Much probably would need some serious help for that. Thanks addressed also to Rob Hamerling. Anyways have used serial_software with good results. My USB cable has only RX/TX pins, so it seems working good enough. Only noticed some misconfigurations about baud rate. Have defined it for 38_400 in PIC code, but have to configure RS232 Terminal for 57600 to receive good data. What else drawbacks I will face using this serial_software library? Thank you very much for the help.
Cheers. Filipe Santos On Thursday, March 24, 2022 at 6:48:23 AM UTC Kiste wrote: > Hello fsfo... and welcome to the mail list. > > The microchip site states for this chip: "The Peripheral Pin Select (PPS) > functionality enables pin mapping..." > > I would like to add: enables *and*requires* pin mapping. Some pins will > not work without mapping, even if standard locations are described in the > datasheet. General rule: don't rely on reset values, define everyting you > need. > > serial_software will work without pin mapping, but it has a lot of other > drawbacks. It's more like a last fallback option in most cases. > > Greets, > Kiste > > Am Mittwoch, 23. März 2022, 20:16:48 MEZ hat [email protected] < > [email protected]> Folgendes geschrieben: > > > Hi all, > > I need help configuring the TX pin of this MCU; F18313. > Can anyone help about this? > This pin is not a "stand-alone" function pin. Only RX is available and > ready to use. > Am using an FTDI cable for RS232-5V. Tried to use serial_hardware lib with > no luck. > Is it more suitable to use serial_software lib instead? > Thank you very much. > > -- > You received this message because you are subscribed to the Google Groups > "jallib" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jallib/e05c27d8-a032-4678-9ba8-41f84f5ae08dn%40googlegroups.com > > <https://groups.google.com/d/msgid/jallib/e05c27d8-a032-4678-9ba8-41f84f5ae08dn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/bfb24adc-9ce0-451a-8a73-347b8dad6026n%40googlegroups.com.
