Long, must have but not used
Matthew Jones
Posts: 14
I have funny thing happening I do not understand. I wrote a small file to display a timer in the serial terminal. I was having alot of problems getting the function to pass the data back out and display it. I kept getting byte symbols or whatever you call them.
Anyway I tried different stuff and it finally worked until I went to clean up the code. I erased a long that was in there but not being used and the serial terminal started spitting out jumble again and beeping. But if the long is in it it works.
Can someone have a look or tell me if this is a known thing.
In addition I use FullDuplexSerialPlus. You'll see the long in the top of the file.
Thanks
Matt
CLOCK.ZIP
Anyway I tried different stuff and it finally worked until I went to clean up the code. I erased a long that was in there but not being used and the serial terminal started spitting out jumble again and beeping. But if the long is in it it works.
Can someone have a look or tell me if this is a known thing.
In addition I use FullDuplexSerialPlus. You'll see the long in the top of the file.
Thanks
Matt
CLOCK.ZIP
Comments
Thanks alot
Matt