Android Question [SOLVED] Simple Telnet Client

fbritop

Active Member
Licensed User
Longtime User
I´m testing a connection to an APRS server (Automatic Packet Reporting System). When I Use putty to connect, I can login and start receiveing NMEA sentences, I tried to develop this under B4A, but after the login no data is received. I´m I missing something?.

SOLVED: Just use String.getBytes("UTF8") instead of B4xSerialize

Here is a small project attached.

This is the output when I login into the APRS server
1625333417785.png
 

Attachments

  • APRS.zip
    10.5 KB · Views: 216
Last edited:
  • Like
Reactions: omo
Top