debug/sertxd

gts

New Member
I tried m08 a while ago
then downloaded the new patch - disaster
so removed all and
downloaded the new progedit - almost disaster
Debug will not work, it wont even count as the program loops!!
Got an old prog burnt it and debug works!!
now that makes no sense at all!

tried an old sertxd example page 77 that used to work fine but using the new progedit
the LF CR causes strange characters to appear
so replaced the sertxd line with 2 lines
sertxd(13,10)
sertxd("the value of b1 is ",#b1)
works fine
i expect a timing problem
too hard HELP


 
 

BeanieBots

Moderator
Can't say that I can help but for those who might be able to, rather than stating "old" and "new" version, it would be very useful to have version numbers that other could try and reproduce your problem. Also, if you have specific code that exhibits the problem it would help.
To the best of knowledge, any timing issues would relate to the specific PICAXE (and associated firmware) rather than the Program Editor.

Edited by - beaniebots on 06/11/2006 14:13:08
 
Top