Internet PLC Forum
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Home
Help
Search
Login
Register
Internet PLC Forum
»
General
»
Technical support
»
Danish chars
« previous
next »
Print
Pages: [
1
]
Author
Topic: Danish chars (Read 10377 times)
dk_akj
Newbie
Posts: 7
Danish chars
«
on:
September 06, 2004, 12:35:42 PM »
Hi
I need to send the danish character "?" ascii 248 to a modem.
In the view variables window it displays ? but the modem doesnt send it.
Is it the modem or the plc ??
Regards
Anders
Logged
support
Global Moderator
Hero Member
Posts: 3174
Re:Danish chars
«
Reply #1 on:
September 07, 2004, 03:02:30 PM »
You should either use the
OUTCOMM 1, 248
or construct a string that include the CHR$(248) as part of the string and send out using the PRINT command:
PRINT #1 "Sending ASCII character:"+CHR$(248)
Logged
Email: support@triplc.com
Tel: 1-877-TRI-PLCS
Print
Pages: [
1
]
« previous
next »
Internet PLC Forum
»
General
»
Technical support
»
Danish chars