ok,
I removed the pause 200 line and changed it to the following
I changed the #of bytes recieved to 1 because the modem manuf. returns a "O" instead of "OK" when an AT commant is given. before my serin2 would time out. After changing it to 1 byte it no longer times out, but I dont recieve an "O" I am getting 255 returned.Code:serout2 TXD,3313,["AT",13] 'Send AT command to modem serin2 RXD,3313,2000,cont,[SRIN[0]] 'Recieve 2 bytes from modem
any ideas?
Jim
Bookmarks