B4a programmer for TCP/Serial app

librettista

Member
Licensed User
Longtime User
Hi all

I'm looking for a good B4a programmer that can write a program that:

Reads lines from a serial port at 38400 bps via USB-serial adapter. All ending in CR/LF
Sends this information via TCP (3G connection) to a fixed IP server


Program must take care of:

- Possible 3g signal drops and reconnections to the server
- Manage serial input buffer to keep data until it's confirmed by the TCP server.

User interface: only must show the status of the program.
Parameters like Ip server and port should be read from a text config program.

I think it'a a pretty simple program but I have no time now to write it.

Payment via paypal.

Any offers??

Regards
 

IslamQabel

Active Member
Licensed User
Longtime User
Dear librettitsta:

First of all, your adapter will send ASCII codes in serial format via bluetooth? I can receive any serial data via bluetooth and analyze it and display it.... Now, is this Ok for receiving your data?
 

IanMc

Well-Known Member
Licensed User
Longtime User
I'd use an IRC server to do that, an anonymous channel.

Can be accessed even by devices that only have mobile data internet access.

Very reliable.
 

IanMc

Well-Known Member
Licensed User
Longtime User
you might gawp but IRC was here before the web was
 

cbal03

Member
Licensed User
Longtime User
Has this request been fulfilled?
 
Top