Hey gents,
I have been trying to get my AtomPRO28 to communicate to my Speakjet and it seems close but no cigar. It randomly outputs sounds mixed in with sounds read from my code. If I try a new baud number, it does other things. Some baud settings cause the buffer to stay full while other settings allows some flow control. Im almost certain the baud rate is my only problem with the code.
Here is the code I am using:
baud con 2400 ; <------- not the actual number used
'------------------------------ SpeakJet Setup ]-------------------------------------
SEROUT 9,baud,"\0RX"] 'CLEAR BUFFER
SEROUT TX\RDY,baud,[020,127]' set volume to max
SEROUT 9,baud,[PITCH,85,BEND,4]
'------------------------- Prases ]--------------------------------------------------
ph1:
'My name is Vecter
SEROUT TX\RDY, baud,[MM,OHIH,PA1,NE,EYIY,MM,PA2,IH,IH,SE,SE,PA2,VV,VV,EH_,KO,TT,RR,RR,PA2]
pause 10
goto ph1




