hi thanks for replying ....

Quote Originally Posted by EarlyBird2 View Post
This description
is not the same as code

Code:
       HSEROUt ["[1;1;W;",dec AUX_TX1,13] ;envio adc volts
       HSEROUt ["1;1;W;",dec AUX_TX1,13] ;envio adc volts
should be

HSEROUT [1,1,W,dec AUX_TX1,13] 'envio adc volts

I think?
changing those lines and did not work ... adding the probe in the "" W because that indicates if write or read and not have problems ... both to receive and send packets to the serial port ... .
with serine and serout probe to see if it was a problem that the port is blocked and apparently, that's another mistake more than I have in this example.
I'll investigate the issue of ports to get me doubt ...

Quote Originally Posted by Demon View Post
SERIALIN interrupt subroutine has 1 RESUME and 2 RETURNs, not sure that will work as expected.
PBP interrupts are "special". Darrel's interrupt routines are much more reliable and easy to use.

Robert
Robert, see, you could guide me in those breaks you mention?
sorry for my spanglish