Serial port interrupt.
Posted: Tue Apr 12, 2016 7:09 am
I'm trying to use serial commands to make a little application that communicate with a PC serial port.
I see the lack of an interrupt for handling the incoming characters from the serial port. So how you have implemented on the UDP support.
I tried to use "Interrupt 3 [goto2label]". Goto is working on arrival of characters from the serial port.
Interrupt work, but it seems that serial routines being compromised.
Placing Interrupt 3 without label does not restore the serial routines.
Can i have other solutions to implement serial port communication?
Thanks for considering the request.
Best regards.
I see the lack of an interrupt for handling the incoming characters from the serial port. So how you have implemented on the UDP support.
I tried to use "Interrupt 3 [goto2label]". Goto is working on arrival of characters from the serial port.
Interrupt work, but it seems that serial routines being compromised.
Placing Interrupt 3 without label does not restore the serial routines.
Can i have other solutions to implement serial port communication?
Thanks for considering the request.
Best regards.