Section 7. Installation
316
'Output string via the serial port
SerialOut
(Com1,SerialOutString,"",0,100)
'Serial In Code
'Receives string "27.435,56.789" via COM2
'Uses * and # character as filters
SerialOpen
(Com2,9600,0,0,10000)
'Open a serial port
'Receive serial data as a string
'42 is ASCII code for "*", 35 is code for "#"
SerialInRecord
(Com2,SerialInString,42,0,35,"",01)
'Parse the serial string
SplitStr
(InStringSplit(),SerialInString,"",2,0)
NextScan
EndProg
7.7.18.6 Serial I/O Application Testing
A common problem when developing a serial I/O application is the lack of an
immediately available serial device with which to develop and test programs.
Using HyperTerminal, a developer can simulate the output of a serial device or
capture serial input.
Note HyperTerminal is provided as a utility with Windows XP and earlier
versions of Windows. HyperTerminal is not provided with later versions
of Windows, but can be purchased separately from
http://www.hilgraeve.com. HyperTerminal automatically converts binary
data to ASCII on the screen. Binary data can be captured, saved to a file,
and then viewed with a hexadecimal editor. Other terminal emulators are
available from third-party vendors that facilitate capture of binary or
hexadecimal data.
7.7.18.6.1
Configure HyperTerminal
Create a HyperTerminal instance file by clicking Start | All Programs |
Accessories | Communications | HyperTerminal. The windows in the figures
HyperTerminal Connection Description
(p. 317)
through HyperTerminal ASCII
Setup
(p. 318)
are presented. Enter an instance name and click OK.
Summary of Contents for CR3000 Micrologger
Page 2: ......
Page 3: ......
Page 4: ......
Page 6: ......
Page 30: ......
Page 34: ......
Page 36: ......
Page 96: ......
Page 485: ...Section 8 Operation 485 8 11 2 Data Display FIGURE 110 Keyboard and Display Displaying Data ...
Page 487: ...Section 8 Operation 487 FIGURE 112 CR1000KD Real Time Custom ...
Page 491: ...Section 8 Operation 491 FIGURE 116 Keyboard and Display File Edit ...
Page 496: ......
Page 502: ......
Page 564: ...Section 11 Glossary 564 FIGURE 126 Relationships of Accuracy Precision and Resolution ...
Page 566: ......
Page 594: ......
Page 598: ......
Page 600: ......
Page 602: ......
Page 624: ......
Page 642: ......
Page 643: ......