Search found 33 matches
- Sun Aug 04, 2013 5:38 pm
- Forum: EzSBC1
- Topic: SERINP$ routine does not function as expected...???
- Replies: 10
- Views: 24264
Re: SERINP$ routine does not function as expected...???
In addition to the above "Talk Test" program code and report of operation, i am including the stereo recording of the 2 serial lines in real-time as the program ran, it lasts 7 seconds.' Save this audio wav file, http://rbse.us/ezsbc1/emic2_ezsbc1_serial_data_capture_.wav to your computer ...
- Sun Jul 28, 2013 4:42 pm
- Forum: EzSBC1
- Topic: SERINP$ routine does not function as expected...???
- Replies: 10
- Views: 24264
Re: SERINP$ routine does not function as expected...???
Thanks Andries, I appreciate you inserting the changes in my code, which is a known constant in my head, and that makes it easier for me to understand. Let's put our thinking caps on and analyze what is happening here. I added timers in the code to measure the time spent in a RX serial REPEAT/UNTIL ...
- Sat Jul 27, 2013 7:25 pm
- Forum: EzSBC1
- Topic: SERINP$ routine does not function as expected...???
- Replies: 10
- Views: 24264
Re: SERINP$ routine does not function as expected...???
Sorry Daniel,
That does not make sense to me.
Could you insert the corrections in my test code listed above.
I'll learn by seeing the changes in what I wrote.
Thanks,
Robert
.
That does not make sense to me.
Could you insert the corrections in my test code listed above.
I'll learn by seeing the changes in what I wrote.
Thanks,
Robert
.
- Fri Jul 26, 2013 6:37 pm
- Forum: EzSBC1
- Topic: SERINP$ routine does not function as expected...???
- Replies: 10
- Views: 24264
Re: SERINP$ routine does not function as expected...???
Thanks for getting back to me Daniel, I just got back my text-to-speech module from the factory and it is a known-good module. I took the code you gave me and used it in this test program below. The EzSBC1 does not wait for the ":" to be transmitted by the module, or so it would seem. Inst...
- Thu Jul 25, 2013 7:56 am
- Forum: EzSBC1
- Topic: How do I test for in-equality, "A$ <> B$" & "A <> B"...???
- Replies: 6
- Views: 9005
Re: How do I test for in-equality, "A$ <> B$" & "A <> B"...?
Thanks Daniel, Nowhere in the manual does it state that "<>" is valid, nor does it show any examples anywhere. The closest it comes to is in page 18 of the manual where it says: Valid expressions contain one of the five relational operators =, <, >, <= and >= and variables or constants. It...
- Tue Jul 23, 2013 4:16 pm
- Forum: EzSBC1
- Topic: SERINP$ routine does not function as expected...???
- Replies: 10
- Views: 24264
SERINP$ routine does not function as expected...???
Greetings once again, Thanks Andries for this code, but it does not work as expected. It is suppose to wait for the speech module to finish speaking before sending a ":" but it sends it immediately, it does not wait. 'wait for ACK from speech module... talkACK: REPEAT ' loop until speech m...
- Mon Jul 22, 2013 11:22 am
- Forum: EzSBC1
- Topic: How do I test for in-equality, "A$ <> B$" & "A <> B"...???
- Replies: 6
- Views: 9005
Re: How do I test for in-equality, "A$ <> B$" & "A <> B"...?
Good Evening your time Andries,
OK, i gather this is not as simple as i thought.
How i was wanting to use it is:
IF x$ <> z$ THEN...
&
IF X <> Z THEN...
Is this what you meant Andries?
Enjoy your evening...
Robert
.
OK, i gather this is not as simple as i thought.
How i was wanting to use it is:
IF x$ <> z$ THEN...
&
IF X <> Z THEN...
Is this what you meant Andries?
Enjoy your evening...
Robert
.
- Sun Jul 21, 2013 6:30 pm
- Forum: EzSBC1
- Topic: How do I test for in-equality, "A$ <> B$" & "A <> B"...???
- Replies: 6
- Views: 9005
How do I test for in-equality, "A$ <> B$" & "A <> B"...???
Greetings,
How do I test for in-equality, "A$ <> B$" & "A <> B"...???
There must be a work-around but i don't know it.
Any help is much appreciated.
Robert
.
How do I test for in-equality, "A$ <> B$" & "A <> B"...???
There must be a work-around but i don't know it.
Any help is much appreciated.
Robert
.
- Thu Jul 18, 2013 7:16 pm
- Forum: EzSBC1
- Topic: This short code snippet does not work as expected...???
- Replies: 2
- Views: 5352
Re: This short code snippet does not work as expected...???
WoW...
I did not even see that at all.
i thought it made sense but i couldn't figure it out.
Sometimes i miss the obvious when i'm looking for the obscure...
Thanks again Andries
Robert
.
I did not even see that at all.
i thought it made sense but i couldn't figure it out.
Sometimes i miss the obvious when i'm looking for the obscure...
Thanks again Andries
Robert
.
- Thu Jul 18, 2013 9:19 am
- Forum: EzSBC1
- Topic: This short code snippet does not work as expected...???
- Replies: 2
- Views: 5352
This short code snippet does not work as expected...???
Greetings All, The following code does not work. From my screen: === Control BASIC v0.73 R-Run S-Step L-List E-Edit C-Configure B-Bank D-Download K-Reset T-Time & Date Program Listing: ' create random passcode to enter and speak... RNDpassword$ = "" RNDpass$=STR$(INT(RND(9000)+1000)) '...
- Mon Jul 15, 2013 11:45 am
- Forum: EzSBC1
- Topic: SERINP$ and Text-to-Speech module in my project...???
- Replies: 7
- Views: 10859
Re: SERINP$ and Text-to-Speech module in my project...???
Hi Andries, You are so helpful, i can't thank you enough for your assistance. Your code snippet works fine... :D What i noticed is that i had inserted a LF, AND a CR where only 1 is required, i thought it was both. The fact that you separated the SEROUT commands i think made a difference too. The po...
- Sun Jul 14, 2013 12:02 pm
- Forum: EzSBC1
- Topic: SERINP$ and Text-to-Speech module in my project...???
- Replies: 7
- Views: 10859
Re: SERINP$ and Text-to-Speech module in my project...???
Thanks for getting back to me so quickly Andries.
I appreciate your help in assisting me, and your great communications.
I look forward to what you discover...
Sleep well,
Robert
.
I appreciate your help in assisting me, and your great communications.
I look forward to what you discover...
Sleep well,
Robert
.
- Sun Jul 14, 2013 10:40 am
- Forum: EzSBC1
- Topic: SERINP$ and Text-to-Speech module in my project...???
- Replies: 7
- Views: 10859
Re: SERINP$ and Text-to-Speech module in my project...???
Good morning Andries, My concern is not the Emic 2 as from what i read it is doing what it suppose to do, the 3 second boot only happens on power up. The returned ":" is not critical for simply sending the text-to-speech module a string to convert, it's just a response to trigger events in...
- Sat Jul 13, 2013 4:40 pm
- Forum: EzSBC1
- Topic: SERINP$ and Text-to-Speech module in my project...???
- Replies: 7
- Views: 10859
SERINP$ and Text-to-Speech module in my project...???
Greetings All, For a project I'm working on I purchased an Emic 2 Text-to-Speech module that takes a 9600 baud serial text string and converts it to speech, very nicely i might add. ((( Listen ))) ( Manual ) My problem is I don't understand how to use SERINP$ to get a response from the text-to-speec...
- Sat Jul 13, 2013 4:08 pm
- Forum: EzSBC1
- Topic: Binary2decimal & Decimal2binary...???
- Replies: 4
- Views: 7808
Re: Binary2decimal & Decimal2binary...???
THANK YOU! Andries...
That is a perfect explanation on how to use BIN$.
Now that is easy to understand.
Daniel should hire you to write his manual.
I have another issue with SERINP$.
I can't figure out how to use it based on the manual.
I'll start a new thread.
Robert
.
That is a perfect explanation on how to use BIN$.
Now that is easy to understand.
Daniel should hire you to write his manual.
I have another issue with SERINP$.
I can't figure out how to use it based on the manual.
I'll start a new thread.
Robert
.