Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Migration from CR10X to CR1000


Ismaeloncho Oct 28, 2011 05:49 PM

Hi,

With the CR10X I used the P96 instruction with this option:

15: Serial Out (P96)
1: 52 Printer Comma/9600 Baud

There is an analog instruction for the CR1000, like SerialOut, for example? with what parameters?

Thanks.

Ismael.


Dana Oct 28, 2011 11:17 PM

SerialOpen and SerialOut can be used. Refer to the CRBasic help for information on those instructions.

Dana


Ismaeloncho Oct 31, 2011 01:01 PM

Dana,


Thanks for responding. Already used these instructions but not getting the results obtained with the sentence used in the CR10X. Can you tell me specifically which parameters you use in these instructions to achieve the same configuration that achievement using?:

15: Serial Out (P96)
1: 52 Printer Baud Comma/9600

Ismael.


Dana Oct 31, 2011 05:30 PM

Refer to the SerialOut example in the CRBasic Help file. You will need to form the "outstring" with whatever data you want from within the program. If you want to send stored table data, you'll need to use the Data Table Access syntax (also explained in the help).

P96 in the older dataloggers was used most often to send data to storage modules. The newer dataloggers do not support those storage modules, so there really isn't a direct replacement for the instruction.

Dana W.

Log in or register to post/reply in the forum.