tcp/ip

  1. Peter Simpson

    B4A Library Modbus Master TCP/IP Library

    Hello everyone, Here is a Modbus library that I just wrapped to test something out, so I thought that I would share it with the community. Using this library, you can connect your B4A apps directly to industrial devices (PLCs) over TCP to read and write Modbus data. Your app should (in theory)...
  2. captain hawak

    Android Question problem load bitmap with byte() tcp

    hi i send image with c# server to b4a tcp client and after get error load bitmap error. this code very good work for udp just error in tcp from b4a i think problem for tcp b4a img = Image.FromFile(@"C:\Users\at\Pictures\download.jpeg"); ms = new MemoryStream()...
  3. N

    Android Question Client server application, tcp/ip vs http

    Hi this is a technical cuestion more than a specific cuestion of the language.. Í need to implement an application for android with connection to a server made in visual basic that it will also be implemented by me. The interechange of data between andoid app and server will be in xml format. I...
  4. R

    CLOSED - Port Windows Mobile/CE to Android

    We have a project to move from Windows Mobile/CE application to Android. The application is for managing inventory in a warehouse such as Inventory Query, Inventory Physical Counts, Moving Inventory from one location to another, and etc. Currently, the application is written in Visual Studio...
Top