Search found 4 matches

by awhitten
Mon Jul 28, 2014 8:46 pm
Forum: Software issues
Topic: Addressing elements of a string
Replies: 2
Views: 14243

Re: Addressing elements of a string

I copied ARMbasic.exe into the coridium subfolder and had the same problem, so I downloaded the tatest BASICtools setup program from the web and everything works fine now. I2C now works like a charm!
by awhitten
Mon Jul 28, 2014 5:44 pm
Forum: Software issues
Topic: Addressing elements of a string
Replies: 2
Views: 14243

Addressing elements of a string

The help files suggest that individual characters in a string can be addressed as elements of an array. With older frimware I could do this, but with the latest frimware, the program just stops without giving any error messages. For example: DIM i as integer DIM a(20) as string Main: a="Now is the t...
by awhitten
Thu Jul 24, 2014 11:37 am
Forum: Software issues
Topic: ARMite I/O not working after upgrade
Replies: 2
Views: 34757

Re: ARMite I/O not working after upgrade

Thanks, that makes sense. I originally had 8 units I bought in 2008 and when I bought 10 more last year, Coridium gave me access to an update file which I then downloaded and used to update all of the devices. Someone from tech support walked me through the steps over the phone, so I am not sure how...
by awhitten
Wed Jul 23, 2014 9:27 pm
Forum: Software issues
Topic: ARMite I/O not working after upgrade
Replies: 2
Views: 34757

ARMite I/O not working after upgrade

After upgrading to BasicTools with floating point (Kernel[7.53], ARMbasic[9.33a]), I can no longer control the I/O pins on my ARMite boards. Programs are flashed without errors, but simple toggle output routines can not change the state of the pins - they stay low, except for IO(15) which stays high...