BT-mbed release

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

BT-mbed release

Post by olzeke51 »

approx 5PM - 21 Aug - I downloaded the 'setupBasic.exe' from the mbed compiler page.
ran it in DEMO mode - ran BLINKY from the Examples folder in the Basic folder (not my documents folder!)
got this error message at about the 20 count in the program when I hit the <Stop> button.
'
couldn't execute "tskill": no such file or directory
couldn't execute "tskill": no such file or directory
while executing
"exec tskill $::DOSpid "
(procedure "stopButton" line 16)
invoked from within
"stopButton"
invoked from within
".buttns.esc invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 24)
invoked from within
"tk::ButtonUp .buttns.esc"
(command bound to event)

++++++++++++++++++++++++
it worked okay after I loaded drivers for the dongle and connected my ProStart board
+++
seems to be a DEMO mode issue as I just ran BT again with NO dongle/usb com
windows Vista
installed to c:\coridium\Basic.mbd folder
C:\coridium only has one folder it it, no other files



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: BT-mbed release

Post by basicchip »

tskill did work in some earlier versions of Windows, but seems to be not available in Vista and later. Right now I don't know of a way to stop a demo program from running. So for now the best I can do is post some message that demo mode can't be stopped.

STOP does work on our boards, and also on mBed and Teensy though for both of those it is a bit clunkier as we don't have control on the reset.

setupBASIC.exe is the same for all boards, between BASICtools and the ARMbasic compiler customization is done at compile time.

basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: BT-mbed release

Post by basicchip »

I found taskkill works for Vista and beyond and have added that to BASICtools for demo mode

A new setupBASIC.exe will be updated this morning, also includes 9.34e of the compiler.

Post Reply