Hi Rob,
Thanks for your help. I will not be able to test today (sunday = family time), but my problems are that RB7 cannot be assigned to RX since it is used for something else. In fact, every pin except one (RB6) are used in my app.
As for the reason I did not use
serial_hardware is that I think it is not compatible with
16F1713, because in serial_hw_init, it is treated has a "classic UART type" and
configures the TX pin as input. Maybe you could have a look
there ?
In the meantime, I detected that I forgot to enable the transmitter:
TX1STA_TXEN = 1
; Enable transmitter
(Not tested yet either)
I'll answer the mail of FraserSmith
Thanks to all, and enjoy your Sunday (plenty of sun here in Belgium :-) )
David
You received this message because you are subscribed to a topic in the Google Groups "jallist" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/jallist/tt-i0mbIHlY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to jallist+u...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/jallist/AM7PR02MB609803EAA7941582FFB16B97E6EA2%40AM7PR02MB6098.eurprd02.prod.outlook.com.
Thanks Fraser,
See my answer to Rob earlier: I think that serial_hw_init() may not be compatible with 16F1713, reason why I initialize the USART directly (and I forgot to enable the transmitter, doh !)
I'll test all your suggestions this evening
or tomorrow, and keep you posted.
Thanks to all !
David
To view this discussion visit https://groups.google.com/d/msgid/jallist/9cbd78bf-78b2-4491-916c-920c25d36da1n%40googlegroups.com.
Hi Rob,
Thanks again for the effort. I will test
this evening or tomorrow, and keep you informed.
In the meantime, I had a look at Jallib 2.0beta, and indeed,
regarding the PPS Ouputs constants, the device file (at least
for 16F1713) is now correct.
Do you plan to make the same correction for 16LF1713
and the other ones impacted, or will you wait that Microchip
corrects their own device definitions ?
(Note that I will not use 16LF1713 anytime soon, and that I
rarely use LF pic's anyway; but other people might)
Kr
David
To view this discussion visit https://groups.google.com/d/msgid/jallist/AM7PR02MB609821E410E0D0B2DBD4EA77E6F32%40AM7PR02MB6098.eurprd02.prod.outlook.com.