SoftwareSerial xportserial(2,3); // we dont know the pins yet
Then don't declare an instance of SoftwareSerial here.
So, here is the modified AF_XPort code:
Well, half of it, anyway. Where is the header file?
SoftwareSerial xportserial(2,3); // we dont know the pins yet
Then don't declare an instance of SoftwareSerial here.
So, here is the modified AF_XPort code:
Well, half of it, anyway. Where is the header file?