We would like to build a community for Small Basic programmers of any age who like to code. Everyone from total beginner to guru is welcome. Click here to register and share your programming journey!


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LDCommPort
#8
(07-13-2025, 12:21 PM)Eddie Wrote: Ich habe den Code unter FXDZ308.000 veröffentlicht. Das Programm startet nun, aber der String wird nicht wie vorgesehen gesendet.

(translated by Google translator)

Hi, Eddie  Shy

You write: LDCommPort.TXString("<t "+ adresse + geschw +" 1 >")

If the program executes this code of yours, it will create a message like this:  <t adressegeschw 1 >

Is this the message you want to send? If I understand correctly, each command in the message should be separated by a space. For example like this:  <t adresse geschw 1>

But, for this, your line of code should look like this: LDCommPort.TXString("<t "+ adresse + " " + geschw +" 1>")

Blush
Reply


Messages In This Thread
LDCommPort - by Eddie - 07-13-2025, 05:56 AM
RE: LDCommPort - by litdev - 07-13-2025, 07:28 AM
RE: LDCommPort - by Eddie - 07-13-2025, 09:18 AM
RE: LDCommPort - by litdev - 07-13-2025, 10:19 AM
RE: LDCommPort - by Eddie - 07-13-2025, 12:21 PM
RE: LDCommPort - by litdev - 07-13-2025, 12:49 PM
RE: LDCommPort - by Scout - 07-13-2025, 05:14 PM
RE: LDCommPort - by AbsoluteBeginner - 07-13-2025, 07:06 PM
RE: LDCommPort - by Eddie - 07-14-2025, 01:22 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)