Hi Vasile,

the serial_hw_int_cts library is supposed to be used just like serial_hardware. 
The only advantage is that transfers are done "in the background", without 
blocking the main program.

Does your program work if you use serial_hardware?

Greets,
Kiste


 Am Freitag, 15. Januar 2021, 07:59:45 MEZ hat vsurducan <[email protected]> 
Folgendes geschrieben: 





Hello,
I have never been able to use serial_hw_int_cts library as is.  If I tried to 
receive repeatedly a string of data, data has a different position in the 
string after each reception, it's shifted. To solve the issue I was forced to 
count received chars in the string and force data to stay in the counted 
position...
I presume I'm using the library in the wrong way.
The _serial_receive_interrupt_handler() has a notice: "-- serial_receive_wedge 
is used in test_queue_isr.jal" but the file test_queue_isr.jal is not available 
in the jalpack... Do I miss something or indeed this sample is missing?
thank you,
Vasile




-- 
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/CAM%2Bj4qv4GXyxgwGMJpxVzt%3D%2B2HKbHvoG39MnB6qTCPnOc%2B2mpw%40mail.gmail.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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/786792492.210890.1610694414336%40mail.yahoo.com.

Reply via email to