Im newbie a this , but shit.
Getting errors :
Error 1 Default parameter specifiers are not permitted C:\Users\User\AppData\Local\Temporary Projects\WindowsFormsApplication1\Form1.cs 84 56 WindowsFormsApplication1
Error 2 Default parameter specifiers are not permitted C:\Users\User\AppData\Local\Temporary Projects\WindowsFormsApplication1\Form1.cs 88 58 WindowsFormsApplication1
This error comes where the are equals at the end of the class:
public string ReadString(int Address, int Length = 4)
public int ReadInteger(int Address, int Length = 4)
A quick reply please.