|
|
| Author |
Message |
zbasicandy
Joined: 26 Jan 2006
Posts: 193
|
|
Posted: 12 March 2006, 1:16 AM Post subject: Console read/write line commands |
|
|
Is it possible to port these commands for use with the com3-6 software UARTS?
e.g. Console.readline Console.writeline |
|
| Back to top |
|
 |
mikep
Joined: 24 Sep 2005
Posts: 765
Location: Austin, TX
|
|
Posted: 12 March 2006, 1:53 AM Post subject: |
|
|
These routines are there for compatibility with Visual Basic and the fact that the queues for COM1 are "hidden".
You would need to add an additional parameter to determine the port to use. It is just as easy to write or read from the appropriate queue in my opinion. |
|
| Back to top |
|
 |
zbasicandy
Joined: 26 Jan 2006
Posts: 193
|
|
Posted: 12 March 2006, 2:35 AM Post subject: Console read/write line commands |
|
|
| I chose ZBasic chips for complex communications. There is no other "basic chips" that have 4 software Uarts with queues. Any commands written to enhance my comm routines would really help. Also, there is not a better professional "basic" documentation written that can even compare with Zbasic. |
|
| Back to top |
|
 |
mikep
Joined: 24 Sep 2005
Posts: 765
Location: Austin, TX
|
|
Posted: 12 March 2006, 4:53 AM Post subject: Re: Console read/write line commands |
|
|
| zbasicandy wrote: | | I chose ZBasic chips for complex communications. There is no other "basic chips" that have 4 software Uarts with queues. Any commands written to enhance my comm routines would really help. Also, there is not a better professional "basic" documentation written that can even compare with Zbasic. |
I couldn't agree more. And Don I'm sure will have some input on this idea as well.
In the meantime perhaps it might be possible to write a communication module with a public interface that does what you want. If you can explain a little more what you need I'm sure that we can help you write this module. |
|
| Back to top |
|
 |
|