Search found 27 matches

by tcbcats
Wed Feb 16, 2022 10:17 pm
Forum: Windows
Topic: My app takes 30 seconds to start
Replies: 13
Views: 7063

Re: My app takes 30 seconds to start

OK... I found the fix... FYI My new pc is a ThinkCentre m900 is a referb that has a label that indicates it was rebuilt in Mexico. I reloaded the OS from the Microsoft reload cloud site and it now will run my LC .exe without trying to go to the internet for something. I suspect that the win10 that w...
by tcbcats
Sat Jan 29, 2022 7:35 pm
Forum: Windows
Topic: My app takes 30 seconds to start
Replies: 13
Views: 7063

Re: My app takes 30 seconds to start

Yup... That is what is supposed to happen but that is not the case only on my new PC.
by tcbcats
Sat Jan 29, 2022 1:37 am
Forum: Windows
Topic: My app takes 30 seconds to start
Replies: 13
Views: 7063

Re: My app takes 30 seconds to start

Keep in mind my issue is only with one new PC with nothing installed outside of win10 and all the garbage stuff that comes with a referb factory load. I do not have the issue on any other win 7 or win 10 PC. Something is causing my native LC .exe to try and call home. If I pull the network cable, th...
by tcbcats
Fri Jan 28, 2022 8:22 pm
Forum: Windows
Topic: My app takes 30 seconds to start
Replies: 13
Views: 7063

Re: My app takes 30 seconds to start

I re built the app with the latest release and got the same results. I always had the full licensed Indy tools and still do. The app works on any other PC I try it on just not my newest one. It is trying to contact something on the net when starting up and then timing out and then it starts and runs...
by tcbcats
Sun Jan 16, 2022 6:31 pm
Forum: Windows
Topic: My app takes 30 seconds to start
Replies: 13
Views: 7063

My app takes 30 seconds to start

My simple app does not use the internet. When I start the app, it takes 30 seconds to start. App is installed on a new win 10 machine. If I disconnect the internet, it starts normally and runs fine. I see that the PC is going to the internet for something when I start the app. I suspect the .exe is ...
by tcbcats
Tue Nov 24, 2020 9:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Calculating 8 bit checksum from a series of bytes?
Replies: 2
Views: 2042

Re: Calculating 8 bit checksum from a series of bytes?

Thanks it worked... had to set 255 to 256 in order the keep the correct count sequence.
by tcbcats
Mon Nov 23, 2020 12:48 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Calculating 8 bit checksum from a series of bytes?
Replies: 2
Views: 2042

Calculating 8 bit checksum from a series of bytes?

I am doing some serial communication and need to calculate a 8 bit (one byte) checksum by adding up a series of 10 bytes. I have been able to do it but when the checksum value goes over 255 is keeps counting up and ends up in a 16 bit value. I need the 8 bit value to roll over from FF and keep the c...
by tcbcats
Mon Aug 31, 2020 9:12 pm
Forum: Windows
Topic: extracting highbyte and lowbyte into 16 bit from serial port
Replies: 1
Views: 2783

extracting highbyte and lowbyte into 16 bit from serial port

I have 2 bytes from a serial port that represent a 16 bit number. They arrive as highbyte and lowbyte of a 16 bit word. I need to convert the 2 bytes back into a 16 bit number so I can show it in a text field. Does anyone have an example on how to get the 2 received bytes back into a 16 bit number? ...
by tcbcats
Thu Dec 07, 2017 6:01 am
Forum: Developer Services Marketplace
Topic: Looking for live code developer in Las Vegas
Replies: 0
Views: 5502

Looking for live code developer in Las Vegas

We have projects that require the use of PC serial and USB ports to support external device communication. The projects are for GUI diagnostic tools that support out line of motor controllers. We would like the developer to be local so physical testing and debugging of the end application can be don...
by tcbcats
Sun Feb 21, 2016 1:06 am
Forum: Windows
Topic: Serial communications memory use increases with time
Replies: 14
Views: 11186

Re: Serial communications memory use increases with time

I added a note to pending bug report # 14612 about serial port read not working.
This bug report is related to this issue and it looks like it is still under review.
I should get an Email if someone responds or adds to the bug report.
Tom
Las Vegas
***
by tcbcats
Thu Jan 28, 2016 5:25 am
Forum: Windows
Topic: Serial communications memory use increases with time
Replies: 14
Views: 11186

Re: Serial communications memory use increases with time

I did some file read tests as in the code below. The read from a normal file works but reading from a com port file does not follow the read defines in the same way. The memory leak is only there on LC ver 7.04 and above when reading continuous serial data. I would sure like to get some input from a...
by tcbcats
Wed Jan 27, 2016 10:12 pm
Forum: Windows
Topic: Serial communications memory use increases with time
Replies: 14
Views: 11186

Re: Serial communications memory use increases with time

I am going to play with real file reads vs comm port file reads an see what I can find.
If I can get real files to read one char at a time, then I will report the problem.
I also want to see if the memory gain issue happens on real file reads like the comm port reads.
Thanks for your help.
Tom
***
by tcbcats
Wed Jan 27, 2016 8:23 am
Forum: Windows
Topic: Serial communications memory use increases with time
Replies: 14
Views: 11186

Re: Serial communications memory use increases with time

If I uncheck the search for required inclusions in the "stand alone app settings" My app saves without the rev speech dll in the stand alone application. If I ask the save to look for the external helper files, it adds the rev speech thingy to every one of my application standalone s. I have no idea...
by tcbcats
Sun Jan 24, 2016 9:41 pm
Forum: Windows
Topic: Serial communications memory use increases with time
Replies: 14
Views: 11186

Re: Serial communications memory use increases with time

I do use the beep command on a button that opens the serial port and starts the readport code that is posted here. When you use the beep in LC, the standalone app also adds the revspeech to the build and you have to remember to close it down when you exit the application. I use the "revUnloadSpeech"...
by tcbcats
Sat Jan 23, 2016 9:41 pm
Forum: Windows
Topic: Serial communications memory use increases with time
Replies: 14
Views: 11186

Re: Serial communications memory use increases with time

Thank you for the reply. Yes I am in a read loop where I read the com port for 1 until I get the start chr of "*"... Then I read in a loop to collect the serial packet of 50 characters or so until I get the end chr "#. Then I start over because the next packet will arrive in about 300 milliseconds. ...

Go to advanced search