Search found 20 matches

by zhanghuanqian
Sun Feb 14, 2016 1:33 pm
Forum: Android Deployment
Topic: how can I create a Bluetooth connection app
Replies: 2
Views: 3417

how can I create a Bluetooth connection app

I want to create a Bluethooth communication app on Android platform?
I cannot find source code. Give me some suggestion.
thanks!
by zhanghuanqian
Fri Jan 22, 2016 7:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how can i monitor the serial port for reading
Replies: 7
Views: 5717

Re: how can i monitor the serial port for reading

mm, perhaps it is not clearly.
I write a program by LC7.0(os:win 7) to read the data sent by Arduino board, the data is large and random. So I cant deal with it.
by zhanghuanqian
Tue Jan 19, 2016 2:42 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how can i monitor the serial port for reading
Replies: 7
Views: 5717

Re: how can i monitor the serial port for reading

My Arduino board send a number every 100 milliseconds from 0 to 65535, but the LC process read the data like "50 48 51 57 51" ,it is not right!
Is it a interrupt or another methods to monitor whether the data is send by Arduino or not?
by zhanghuanqian
Mon Jan 18, 2016 1:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how can i monitor the serial port for reading
Replies: 7
Views: 5717

Re: how can i monitor the serial port for reading

open driver "COM5:" for binary update wait for 3000 milliseconds//if read directly, it will get nothing because Arduino will restart after a cup of and then send data by serial port read from "COM5:" for 128 uInt1 put it//it can get part of data , not all data close driver "COM5:" And, the progress...
by zhanghuanqian
Mon Jan 18, 2016 12:05 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how can i monitor the serial port for reading
Replies: 7
Views: 5717

how can i monitor the serial port for reading

hello:
I want to read arduino board by serial port. And how can I monitor when the buffer has some data arrived? I try it by "wait for 3000 milliseconds", but I loss some data. how can I get total data?
thanks!
by zhanghuanqian
Mon Jan 18, 2016 6:47 am
Forum: Talking LiveCode
Topic: Serial Communication with Arduino
Replies: 3
Views: 4778

Re: Serial Communication with Arduino

I have the same problem. and have the problem used the LC8.0.
how can i deal with it?
by zhanghuanqian
Sat Apr 11, 2015 8:35 am
Forum: Android Deployment
Topic: cannot include externals
Replies: 4
Views: 3934

Re: cannot include externals

Chinese words!你好,大家好!
Thank you! I will see the URL!
Best Regards!
Zhanghuanqian
by zhanghuanqian
Thu Apr 09, 2015 6:48 am
Forum: Android Deployment
Topic: cannot include externals
Replies: 4
Views: 3934

cannot include externals

how can i include externals which is used in my app? for example,images. i contain the files in "standalone application setting-copy files" ,is that right? but when i run the app after installation, the images is not shown. environment: win xp, LC7.0.4 rc4 and when i open the stack with LC8.0dp, is ...
by zhanghuanqian
Tue Feb 17, 2015 8:00 am
Forum: Windows
Topic: Command To Open App In Windows in background
Replies: 4
Views: 5242

Re: Command To Open App In Windows in background

ohh ,i use the function of openProcesses to solve the problem.
thanks!
thank you for your patience!
by zhanghuanqian
Mon Feb 16, 2015 1:16 pm
Forum: Windows
Topic: Command To Open App In Windows in background
Replies: 4
Views: 5242

Re: Command To Open App In Windows in background

got it!

put df&"/myapp.exe" & " -b -r "&df&"/temp.raw -o dy.log "&df&theFilePath into tCommand
set the hideConsoleWindows to true
open process tCommand
close process tCommand

but how can i know myapp.exe is quit or not?

thank you!
thanks everyone!
by zhanghuanqian
Sun Feb 15, 2015 1:40 am
Forum: Windows
Topic: Command To Open App In Windows in background
Replies: 4
Views: 5242

Re: Command To Open App In Windows in background

please tell me the answer!!!
by zhanghuanqian
Mon Feb 09, 2015 9:43 am
Forum: Windows
Topic: Command To Open App In Windows in background
Replies: 4
Views: 5242

Command To Open App In Windows in background

i want to run other application with parameters in background without a gui with LC which is at "C:\Program Files\". and how can i know the app has started and exited or not? use shell,launch,open process?which function or command can hide the app and also can send a parameter to the app? thanks eve...
by zhanghuanqian
Thu Jan 29, 2015 6:57 am
Forum: Android Deployment
Topic: the button does not respond when keboard is Activated
Replies: 9
Views: 5825

Re: the button does not respond when keboard is Activated

thanks everyone!
and how can i get the height of keyboard?

and the property:acceleratedRendering has a bug? when it set and move all controll(s) up and then can't press button.