Project Description:
I have some code (MdmTool.cs and link.cs) which lets me send AT commands to my usb modem
and see if they were accepted or rejected.There are 3 fairly simple modifications I want done as so:
** MdmTool.exe currently only executes using command args but I want new code added
so if it's run without any args program will run using variables specified in file mdmtool.ini.
** Also add code so if we execute 'MdmTool.exe -h' some usage/help text will be printed to screen.
(MdmTool is a command console program.)
** MdmTool currently writes a string to file exitnum.txt (two instances of this write)
but I want these two writes instead done c/o my function 'WriteWithRetry' in link.cs.
Offering $50.00 USD for the above mentioned 3 modifications.