Serial communication via RS232

Previous topic - Next topic

Turbo TURTLE

" Re: serial port access
« Reply #4 on: 2010-Apr-15 »QuoteTry this - Gernot hasn't tested it though SerialPort.rar (4.16 kB - downloaded 40 times.)"

Hi... Everybody
I should create connection via RS232. I found and tested following .zip file in Forum.

Actually GLBasic has compiled it without any error. When I run it, screen appears as attached screen shot. All functions returns without error. But there is not real communication. I have added 1 sec delay between com_write() and com_read to allow enough time for real communication. I have already tested com port at DOS. It works good.  Is there anybody who tested this code? Or can you offer something different.

Thanks in advance

mentalthink

Yes this works, I make working whit Arduino and Win CE whit BTooth device...

Try to make a bucle (while wend)

and then pressing keys, send something like a "a" character, for get  in the other device...

Be carefully under iOs and Android don't works...