regarding the arrays..does it support string arrays? I haven't found any examples about string arrays in picbasic pro. I tried do something similar to your code but instead of storing characters i tried to store strings. I received errors upon compiling the code. Do you have some sample codes you can share? Also, what do you mean by serial type commands?
A string can be saved to an array and the serial type commands are.....
SERIN
SERIN2
HSERIN
This is all in the manual.
More info is here
http://www.picbasic.co.uk/forum/showthread.php?t=544
And many examples are here
http://www.melabs.com/resources/samples.htm
Dave
Always wear safety glasses while programming.
thanks for the quick reply... so those are the serial type commands..I already know them and their functions I just didn't know that they are called that.
Ive already visited the links..these will be big help. thank you.
I do not know if anyone else calls them that.... But it works for me.
Dave
Always wear safety glasses while programming.
Bookmarks