I have a problem with the code below that is supposed to run on an Ardunio Nano with old-Bootloader.
It gives me loads of error messages. The pins are correct. I tested it under the Arudino IDE.
Here is the code and the error messages. The Libs i use ist Rsoftserial in the Lib-Manager.
Thank you for your help
Error message in text file attached , sorry is to Long for the Forum.
Greeting
Pucki
It gives me loads of error messages. The pins are correct. I tested it under the Arudino IDE.
Here is the code and the error messages. The Libs i use ist Rsoftserial in the Lib-Manager.
Thank you for your help
The B4R-Code:
#Region Project Attributes
#AutoFlushLogs: True
#CheckArrayBounds: True
#StackBufferSize: 300
#End Region
Sub Process_Globals
Public Serial1 As Serial
Public soft_ser As SoftwareSerial
End Sub
Private Sub AppStart
Serial1.Initialize(115200)
soft_ser.Initialize(9600,3,4)
Log("AppStart")
End Sub
Error message in text file attached , sorry is to Long for the Forum.
Greeting
Pucki