HP (Hewlett-Packard) LCS60 Printer User Manual


 
User Information
Client Software Configuration
Screen F-1: CCL Script Example
!
!
@ORIGINATE
@ANSWER
! (xxxxx)
note "Communicating at 38400 bps." 2
CommunicatingAt 38400
serreset 38400, 3, 8, 1
note "Dialing ^1" 3
write "ATDT^1/38400\13"
!
@LABEL 19
write "\13"
matchstr 1 20 "USERID"
matchread 400
jump 59
@LABEL 20
note "Got USERID"
ask 1 "Enter USERID"
write "^*\13"
matchstr 1 21 "Password:"
matchread 400
jump 59
@LABEL 21
note "Got Password"
ask 1 "Enter Password"
write "^*\13"
matchstr 1 22 "DESTINATION:"
matchread 400
jump 59
@LABEL 22
write "nj/exch/system.ppp"
note "Sent nj/exch/system.ppp"
matchstr 1 24 "PPP (or ARAP) ready"
matchread 400
jump 59
@LABEL 24
note "Got PPP (or ARAP) ready"
pause 40
exit 0
Screen F-1: continued on next page
Issue 3 F-3