Hi Vsurducan, As Kiste said you should use the functions provided by the library and not the internals starting with '_'.
I have used the library several times and did never encounter any problems. There are also other sample programs released with Jallib, you can recoginze them because they have a part of the library name in it like these: 16f877a_serial_hw_int_cts.jal, 16f88_serial_hw_int_cts_echo.jal, 18f14k50_serial_hw_int_cts.jal, etc. The demonstrate how to use the library and show that the library works correctly. Where do you need the 'wedge' for? It seems to make things more complex andi if you only want to send and receive characters on an interrupt basis, the other - simpler - sample files should be sufficient to help you with your project. Kind regards, Rob ________________________________ Van: [email protected] <[email protected]> namens vsurducan <[email protected]> Verzonden: vrijdag 15 januari 2021 14:38 Aan: [email protected] <[email protected]> Onderwerp: Re: [jallib] about serial_hw_int_cts Thank you Kiste, all things are clear now. :) Perhaps I will write in a spare moment a sample for receiving a number of chars, with or without a synch for the string between two pics boards. On Fri, Jan 15, 2021 at 2:12 PM 'Oliver Seitz' via jallib <[email protected]<mailto:[email protected]>> wrote: Hi again, > Ok, thanks this is the reason I've asked for the example > "test_queue_isr.jal" which is not available in the jalpack or I didn't see > it,presuming test_queue_isr.jal is an example of how this library can be > used properly...with something more substantial than echoing a char. here it is: https://github.com/jallib/jallib/blob/master/test/jal/test_queue_isr.jal Greets, Kiste -- 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]<mailto:jallib%[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/813179637.262463.1610712730998%40mail.yahoo.com. -- 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]<mailto:[email protected]>. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/CAM%2Bj4qsAqrHpTmzs1iLHh2P3W9OpzWom0CK-9borcMpqDUBdxw%40mail.gmail.com<https://groups.google.com/d/msgid/jallib/CAM%2Bj4qsAqrHpTmzs1iLHh2P3W9OpzWom0CK-9borcMpqDUBdxw%40mail.gmail.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/AM0PR07MB62415D280A45D93500186AC0E6A70%40AM0PR07MB6241.eurprd07.prod.outlook.com.
