No problem. George, feel free to use it as the basis for an updated Tech note. It will save you alot of time answering Franson Serial Tools questions on this...
George- It's in the files section of this forum. Evidently Yahoo has some kind of blcok for direct linking. It's essentially the same code as the sample for NS...
Should/Do the KeyDown/KeyUp events work with Command Buttons? The language reference says so, but I'm unable to make it work. I'm using v 6.0.3. Regards, ...
Hello Michael, for me, this turns -9.9 into 9 (positive), as it should. The function you need is FIX(number). This just drops the decimal part of both positive...
For those who have an interest, I've uploaded a sample project that shows how to send an email message from an NS Basic Ce application without knowing what the...
Yessir ... Got it .. Thx only rec'd your note after I sent mine. ... From: nsbasic-ce@yahoogroups.com [mailto:nsbasic-ce@yahoogroups.com] On Behalf Of Tim...
You can certainly use the intrinsic functions. Here's a custom function that I modified from it's original intent of stripping trailing zeros. Function...
I have 5 objects on screen visible and 2 hidden at startup. I notice that if I open the code file as text, there is a frame mentioned in there which seems to...
Hello Gert What about checking the port just before you write to it? When the port should be open, just check if it is open. If it is not, then open it. if...
I'm using the Franson ActiveX serial tools and I get OnForceClose event when my BT device disconnects or the PDA is powered off and then on while the COM port...
Hi Mike: Without testing it, I suspect that you need to write: Dim x(Int(npoints)). I am sure you are aware that npoints must be initialized before the Dim...
Hello - I've written a small Pocket PC app using Franson Serialtools to communicate with a hobby robot, via hardwire to the COM port or Bluetooth. I'm using a...
Try DIM x ReDim x(npoints) Horst What is the correct syntax for Dim x(npoints). I get error message "Expected integer constant" Mike SPONSORED LINKS ...
I'm glad your happy with the Franson code. Thanks for the offer of the curve fitting, but I finally found some code on the net that I could use before anyone...
I take your point, George. I started the project form again, designing only what i wanted but a frame still gets half drawn and then disappears on loading....
You can explicity declare the array with a specific integer value. Dim MyArray(4) The proper declaration/initialization of an array that needs to be ...
I'm using the TCP client demo that comes with NSBASIC CE. I've been trying to connect to a Desktop server, but I am having no luck. I've tried via the internet...
I have a problem with the Grid continuing to be visible even after the form has been unloaded with the 'Form_Hide' command. It seems to happen when the...
Mike, I just went through all of this.... Try waiting (80+) seconds for the winsock.connect to occur. You can e-mail me directly for some ideas if you would...
I Wrote an ftp client program using the winsock control. It connects to the ftp server and gets the wellcome message, but in the first SendData I get winsock...
Hi there, I'm about to get an MDA (T-Mobile Vario, aka k-jam, wizard etc) which runs WM5. I've just (in the last ten minutes) discovered NS BASIC/CE, which...