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.
SerialOpen and SerialOut can be used. Refer to the CRBasic help for information on those instructions.
Dana
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.
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.