first I tried substatuting some of yor lines of code into my program for mine like...
serIN [WAIT ("OK"), DEC pcsig] insted of
DEBUGIN [WAIT ("OK"), DEC pcsig]
and i added the
portc=0
trisc=0
HIGH PORTD.3 ' Serial OUT idle state
pause 500
at the beginning
but it stilll locked up at the exact same spot.
So I started a new project and used your code exactly
I recieved the
Error[118] C:\PBP\SAMPLES\BLINK.ASM 122 : Overwriting previous address contents (2007)
Error[118] C:\PBP\SAMPLES\BLINK.ASM 122 : Overwriting previous address contents (2007)
when i compiled but programmed it anyway
it now locks up at
Temp=0
and will not move at all
and the vb still cant open the port because it is locked (just like always)
Sorry i can't get it to work, i am at a total brick wall on this one.