Hi all, here I am, again, with a question. This is my second day with B4A ; I'm interested in tablets (without phone circuitry) to use as controllers for microprocessor based projects. The most importatnt part is the communication with the micro. Actually, I think to do this using UDP packets, but I will need for a network device on my hardware. I discovered that an RS232 port is available on the expansion port of my tablet, near to usb and ethernet. I searched for any way to use tty0 with B4A, but only found examples using the bluetooth serial adapter. My tablet hasn't bluetooth, so it's unusable, for me. Now, finally, the question: is there any way to access the hardware with instructions like (old fashioned) peek and poke ? If I know the address of the I/O device, I can use it (the uart, in this case) with my own procedures. Yes, I know, it's a dirty job, but consider that's not a public distributable application, it's just for me.
Any ideas on how to approach the problem ? (any suggestion will be highly appreciated...)
I'll wait for the experts, thanks
Any ideas on how to approach the problem ? (any suggestion will be highly appreciated...)
I'll wait for the experts, thanks