Dave,
AT+UART is the communication speed.
To set this kind of parameters, I do it to bring the module in AT mode.
This has to be done only at 38400 Baud (again, as far as I know).
The parameter...
Type: Posts; User: Frizie
Dave,
AT+UART is the communication speed.
To set this kind of parameters, I do it to bring the module in AT mode.
This has to be done only at 38400 Baud (again, as far as I know).
The parameter...
Same with me.
It appears that the manual is secured.
Thanks for response Les.
It doesn't always work as far as I can test.
For example:
If I have set the HC05 bluetooth module parameter to 4800 baud and I place at the top of the PIC program:
...
Hi people.
Is it possible that HSERIAL_CHANGEBAUD is not (correct) working on a 16F648A?
DEVICE 16F648A ;We gebruiken dit PIC type
CONFIG HS_OSC, WDT_OFF, PWRTE_ON,...
Hi John.
I've exactly the same issue with my PICkit2 programmer.
An error from the pk2cmd program:
PK2DeviceFile.dat device file not found.
Specifying $long-hex-filename$ makes no...
The HC05 (Bluetooth transmitter + receiver) and HC06 (Bluetooth receiver only) are cheap and very nice modules to make wireless communications between PIC's or a PIC and a smartphone.
The PIC side...
Test version 100% OK with respect to the second monitor.
Even better than the old IDE, because now I can close it maximized, and when I open it, it will open again as maximized.
Good work John!
...
Hi John.
(Using Windows 7)
If I close Proton IDE to maximized and open it again, it will not start in the second screen next time.
So what I do, I neatly align Proton IDE in the second screen...
Hi John.
I've installed Proton Studio for the first time.
It looks very good and extensive.
I also have some comments:
- I work on a laptop with a big, wide second screen above it, where I...
Thanks Les for adding the new command TERN :encouragement:.
In some of my programs I have already with succes replaced the IF..THEN..ELSE by TERN.
But if there are exprressions in it, I get the...
Hmmm, I will give a second try tomorrow, thanks guys.
And stupid me, :hopelessness: where I've write 3.6.1.2 and 3.6.1.7 in my question above, I mean ofcourse 3.7.1.2 and 3.7.1.7
Frizie.
I have donated, received and installed the Procedure Validation Installer.
Then, I could compile indeed procedures with version 3.6.1.2.
Now I have downloaded 3.7.1.7
First I've renamed the...
I don't want to start a new topic but I want to report (apart from this topic) that I also find it strange that one time the newest item is on top and another time below.
Then all messages are...
A benefit of the (software) commands I2CIN and I2COUT is that you can apply these to almost all port-pins.
Incidentally, remember that there should be a short delay after I2COUT (= writing to) when...
Succes! :triumphant:
Bút with I2IN / I2COUT on the standard ports (PORTC.3 SCL / PORTC.4 SDA)
And I shouldn't declare the PPS even if it's the standard PORTs (as I did in the examples in this...
Hi Les.
Today I'm working further on my PIC program to get the I2C EEPROM working together with the PPS, but I found another anomaly.
I get an assembler error when I activate DECLARE HSERIN2_PIN...
Thanx Tim.
I didn't knew that, so now I can look further.
Then I guess there is still something wrong with the PPS settings, because on an old 18F452 the same routine with the same external...
Thanks John and Lester, for placing the article! :rapture:
Best regards,
Frizie.
Hi people.
I've a problem with HBUSIN (HBUSOUT not tried yet)
If I activate this command, then the program stops by this command.
DEVICE = 18F45K40
Thanks for the quick response Les!
You doing a very great job, but I guess you know :smug:
Unfortunately I don't have the time to work on my own website (so much other work in electronics, pfff),...
Hi guys!
Today I received my PICkit4. :biggrin:
Fingers crossed, but until now it works as it should and nice and fast.
For those who also have PICkit4, here is how to work together with...
Hi guys.
Today I received my PICkit4! LOL
But before I go try this programmer/debugger, I have noticed assembler errors on compiler V3.6.1.7
Device: 18F45K40
I can't give the next:
Whooo, after updating to V3.6.1.7, it looks like the problem is solved!
But I think I read somewhere on the forum that V3.6.1.7 was not correct.
I did not see it in folder 'DOWNLOAD' either, so I...
Really no one a single idea what the problem is? :numbness:
Les, do you have any idea or are you already working on it?
Cause I suspect that the compiler V3.6.1.6 did not convert the program...
Thanks for respons gentlemen.
I was not sure yet and was already hoping for a response to this, outside the RAM problem itself.
The RAM problem also occurs even if I remove the whole interrupt...
I have something strange, I'm loosing RAM values in the Basic program and a PIC18F45K40 underneath.
(It's part of a bigger program, but the issue is still in the example here)
If I run the next...
Lester, I go for option (4) (from your option-list in #86).
But isn't it easier to turn all weblinks into normal text (maybe with another -blue- color)?
Then Google have no problem anymore with...
I closely follow this topic.
Thumbs up for John and Proton Studio!
Pfff, annoying, every six months first come up with asking for a new password and that only for a forum...
No other forum does that. :orange:
I have been annoyed by this for years!
You chase away...
Excuse for my late response, but thanks for the quick solution Les.
The latest version compiles the 12F617 as in the old days :fat:
Hi Les.
Thank you for updating to V3.6.1.4.
You're doing a great job, fantastic compiler for so many years!
I've found an old issue for the 12F617.
It gives assembler errors in compiler...
I want to sponsor Les with a donation but I don't have PayPal.
Isn't there a bank account?
Frizie
picbasic.nl
John, how do you start programming your PICkit3 programmer?
From out of Proton IDE with a touch on F10 / F11? (what I prefer)
Or do you have to swap to MPLAB after you've compile a Proton program?...
George, the only reason I opened this thread is to report the compiler issue with "Unbalanced parenthasis!", not for solving a program problem I should have (I have solve it directly by swapping 2...
Thanks for reply George.
But 'OffsetNeg' is a bit, not a byte.
The bit will be TRUE when a offset temperature comes under 0 degrees Celsius, then it haves to place a minus character before the...
Hi people!
I have a small issue with the MID$ command.
If I put a semi-colon in the source-string then I get the compiler error: Unbalanced Parenthasis!
DIM DisplayTekst AS STRING * 20...
My apologies John.
Even your solution I've completely overlooked.
I don't know what I had yesterday.
Was I blind? :hopelessness: Drunk without a drop alcohol? :very_drunk: I don't know.
But...
Thanks Les,
Your answer is the solution, indeed no ASC instruction necessary.
I'm sleepy ánd stupid today, because I could think of that solution too.
But in all my craziness, I was completely...
Les, it would be nice if Proton PIC Basic will get the instruction 'ASC' (like other Basic compilers) to convert the ASCII value from a character into a BYTE value.
All other threads I've read here,...
Les, I'm getting an assembler error on a PIC Basic program with version V3.5.8.6 (Error[126] Argument out of range (263 not between -256 and 255))
The error appears on a 16F1938 and 16F1939.
I'm...
Hi folks.
I want to download PDS Clean Up plug-in, from Wiki.
But if I click on it, I get the report "404 Not Found"
Does someone have this file for me or is there a reason for it?
Regards,...
I've checked the assemblercode in 3.5.5.5 and still the same.
Problem is the compiler turns the "variablename" itself as text as output, instead as give an error message, if the variable isn't...
Hi.
Found a small issue (I still use 3.5.5.5, but I think the newer versions still have it because none has notice).
When I write SEROUT PORTB.2, 84, [Frizie] then I get an error message,...
Thanks for reply Joseph.
Unfortunately a lot of times I'm really working in both (or 3) PIC Basic programs at the same time, because the 2 (or 3) PIC's are master and slaves on the same board....
I work the last few months about 10 hours a day with Proton and PIC controllers.
The longer I work with it, I see, this-is-just-a-super-compiler :D
I'm very pleased about it.
The projects I work...
Hi Tim.
On this moment I'm very busy with writing a big program with modbus communication, but I've build my own modbus routine and it works without problems.
Ofcourse I'm very curious about your...
Hi John.
Remember, it's just a wish.
I'm only familiar with programming in Basic.
I don't know how I should write new commands for the Proton compiler, thats why I put my wish in the Wish List...
The latest version of the Bascom compiler (for AVR) supports now the CAN-bus.
I hope (my wish) the Proton compiler follows soon, to support the CAN-bus for PIC's.
Some PIC devices already have a...
I've installed it, works directly (with current 3.5.5.4).
Thank you very much for this great plugin Dave! :unconscious:
I was waiting more than 3000 days for this, see:...
Wooh, that's great Dave.
I'll install this plugin this week.
Thank you very much, I didn't knew this plugin was already made. :loyal:
Regards,
Frizie.
Still this is a great idea, only "PRGNAME" should be "FILENAME", to display the name from the .BAS file on a HD44780 display, or send the .BAS filename i.e. with SEROUT.
Think about this wish...
Hi Guys!
I've a request (Les?).
Is it in the next update possible to get an error message when the program hasn't keyword XTAL in it?
Now the program will compile without error message, even if...
Tim, for your information:
Yesterday I worked further with the modbus program and finally I found the problem (stupid me! :hopelessness: )
I did now setting the configuration manually (direct) on...
Thanks for quick reply Tim.
I will look to it further tomorrow, first going to sleep now, I've to sleep a night over to think what I'm gonna do next with it.:peaceful:
Hi Tim, unfortenatelly still no succes here.
CRC part works now the way you decribe here yesterday.
I've made now a modbus program which is small so I can keep it clear for myself.
It uses...
I don't understand this part Tim, maybe this is something whats wrong in my program.
In your (and also in mine) program we start both with giving the WORD variable ModbusCRC the value $FFFF
When...
Ok, thanks Tim.
This "lammertbies" calculator does it OK, apparently others do it with a different polynomial code.
Found this in your CalcCRCRoutine Tim (program ModBusInt 2):
CRC_OK = FALSE...
Tim, thanks for your code.
Meantime I found something strange here.
My PIC slave modbus address is 1.
I've this set in the HMI touchscreen.
The HMI master itself have modbus address 0.
Now,...
Thanks for reply Tim.
I've send you my email address.
I also want to publish my modbus experience with schematics and Proton PICBasic code on www.picbasic.nl when I've the HMI working together...
For my home automation I've a HMI touchscreen.
Wanna talk with it by Modbus RTU, RS485 with SN75176 between PIC and the HMI.
HMI = master, PIC = slave
Almost everything works:
- I can receive...
Sounds great Les! :highly_amused:
John, also from me, thank you very much.
The fuse configurator is a splendit plug-in, it saves me a lot of time.
Take a look at www.picbasic.nl/electro_ds1820.htm
Unfortunately only in Dutch language.
Hmmm, I was a little bit hasty.
The example code I've put here works fine.
But... when I make my program bigger, the display doesn't work anymore.
And now the solution is indeed the line...
Thanks for your test example pic-ignorant, now I'm a bit wiser!:D
It is not FLASH_CAPABLE (whatever this does, never heared of it), but it's the register ANSELB.
Because my LCD hangs on the default...
Since when?
If you don't give up an include file, or other settings for the display, Proton sets the defaults for a HD44780 text-display, to PORTB.2 for the display EN line, PORTB.3 for the display...
Thanks Les and pic-ignorant
I didn't know the exist of CONFIG1 and CONFIG2 in PICBasic, so I've only tried in assembler, without results.
Besides that, the Fuse-Configurator gave me not the good...
I can't give fuse modifications with CONFIG without the error:
ASM ERROR: Error [126] C:\... A.S 1471 Argument out of range (not a valid config register address)
Also config-settings made by the...
Hmmm, I hope that in the next compiler version now the 16F1826 / 16F1827 are supported.
This is a very beautiful PIC for capacitive sensing applications, because it has 12 mTouch inputs on a...
I use Internet Explorer 8 and Vista.
Downloaded first and saved on PC, fromout of PC I've tried to install Amicus, with the error: Error reading setup initialization file
Maybe I'll try next...
I've downloaded Amicus, but it won't start.
Error report is: Error reading setup initialization file
I've Windows Vista.
Hi.
The old link from downloading Proton PIC Basic LITE doesn't work anymore.
What's the new link?
People want to try Proton PIC Basic and are mailing me constantly that the link doesn't work on...
Damn, stupid me! :rolleyes:
I've completely forgotten this declaration. :o
Thank you very much Shantanu!!!
__________________________________________________
Know I'm thinkin:
Why is...
DEVICE 16F73 ;Gebruik een 16F73 type
CONFIG HS_OSC, WDT_OFF, PWRTE_ON, BODEN_OFF, CP_ALL
ALL_DIGITAL TRUE ;All inputs digital
XTAL 10 ;10MHz
...
For several years I use the possibility from user highlight "Keyword (User)" in the View > Editor Options > Highlighter menu) by putting my own keywords in the user.mcd file.
But now I've updated...
Thanks Tim.
Anyone have an answer about question 1?
Or doesn't exist this list?
It would be handy if it does.
Hi.
I've two (simple) questions:
1. Is there a summary from al actual Proton PIC Basic existing commands, operands, declares, etc. on this website?
Something like this sumary:...
Tim, I think your code is great, but I'm very busy with my new job (since 1 september, I don't have the time (yet) to test it :( .
Hi Tim.
It should be nice if the code for the RX was written for a 16F628A instead of 12F675, so that the received code is displayed on standard HD44780 display with command PRINT.
Thanks Tim, tomorrow I go busy with it. ;)
I hope I can let you soon know the results.
Tim, if you will send me the program's, then I will try to test it this week (I've vacation this week).
I've here 433MHz AM and 433MHz + 868MHz FM sender and receiver.
But I don't have RX PIC's,...
Thanks for the answers people, I understand now.
Also does the Galva-Wisp PIC programmer :p .
What exactly does SET_OSCCAL?
When I program a 16F676 (or 12Fxxx), my Galva-Wisp PIC programmer reads the last program address from the PIC which contains the factory calibration value.
This...
Reading this (old) discussion, the question still is, why is it not possible to download the latest full version???
Only the people who have payed for Proton, and have a Sparkey dongle can use this...
Crankshaft, can you give more details?
In my case it doesn't work.
I've a new Vista PC and an old CD-ROM from Proton (IDE V1.0.0.1 / compiler V3.0.1.1).
Updating doesn't work, now I'm stocked...
I think that it is possible to add PIC devices (to create LPB and setup files), but then you should read the whole datasheet from that PIC very precise, a lot of work! ;)
There are now great PIC's with an internal 16MHz oscillator :eek: and (super!) built-in mTouch™ capacative sensing module :p
28 pins: 16F722/16F723/16F726
40 pins: 16F724/16F727
When is it...
The new(?) PRP extension is added in the PIC file stuffer.
http://www.picbasic.nl/images/stuffer_xwisp_uk.gif
I've made and use this program several years by myself only, but now everyone can...
Thanks for answer Tim.
Could you write it in one line what makes the whole PRP thing clear, like the other lines in above topic question :o .
I will place this line in my Windows program, but my...
*.ASM ' Used for simulation in MPLAB, and ISIS etc..
*.BAK ' Backup of the BASIC code.
*.COD ' Used my MPLAB for simulation.
*.ERR ' Produced by MPASM and shows any ASM errors.
*.LPB ' *** Not...
Ok, thanks for anwer, I think it's clear now. :)
Why should I use the hardware I2C bus?
The software instructions doing well.
i.e. HBUSOUT talks to the MSSP module (hardware), where I'm stocked to the ports from this MSSP module.
BUSOUT is the...
Before the next upgrade from Proton comes, check the follow:
(I'm not sure if it is fixed in the beta versions yet) :
10Fxxx : ALL_DIGITAL TRUE no syntax high-lite?
10Fxxx : PORTB_PULLUPS no...
I hope you can read a little Dutch language:
http://www.picbasic.nl/up-to-date.htm
I always use the bit constant names 'OFF' and 'ON' in my programs.
i.e. LED = ON
Now with the 18Fxxx CONFIG_START ... CONFIG_END, these variablenames are not allowed anymore.
Very pity.
See course on www.picbasic.nl/beginners8_nl.htm
Never tried RC5IN.
Download the Basic program from www.picbasic.nl/rc5_ontvanger_uk.htm
This one works.
I've improved the RC5 program several months ago (Version 2), but this one is still not...
The link www.protongeeks.com send the user to... this page? :confused:
But the button Free Download (on top) links still to his own page... :confused:
I get complaints that Proton LITE downloading doesn't work (anymore?)
The link works, but when I push on one of the Download buttons then nothing happens.
The link I mean is...
What is the benefit from a 1MHz?
The low cost Galva-Wisp ICSP PIC programmer (galvanic separated from your computer = save!) can program more PIC types then ever. :p
See the PIC table:
www.picbasic.nl/piclijst_galva-wisp_uk.htm...
Thanks for reply wtriska!
Now I know that I can write in my course that RANDOM x should work, because it is mentioned in the HELP files, but that the version of this function doesn't work at all....
Does nobody knows why RANDOM Variable gives always a zero?
While Variable = RANDOM works allright.
.
I'm busy with RANDOM in my PIC Basic course.
But what is the function of RANDOM x ?
x = RANDOM works.
RANDOM x only gives always a zero (0):confused:
Place a resistor from 22k parallel over the LDR.
If it is dark then the LDR is several Meg Ohms.
For more details and program examples from the POT command with LDR, click www.picbasic.nl
Click...
To Les and/or Lester:
The problem is getting from bad to worse.
The compiler can't compile the program underneath.
It sais "The LITE version of Proton+ has a 50 line limit."
But the program...
Hello Lester.
Here is one of the many examples from the course which doesn't work, because 47 ... 50 lines will not compile.
(You can try it, copy and paste it in your LITE version).
When I...
Hi Jacques.
A time ago I've send an e-mail to Les.
He told me that he will place a new LITE version as soon as possible.
But this answer what I've received was a few months ago(...)
I've send...
Look in the manual by EDATA
When you program a PIC, all the 8 bits on every address are 1 (Byte = 255 at every address)
Use EDATA 0, 0, 0...
I hope you'll never get a solar eclipse :rolleyes:
Hi crankshaft.
First take a look at www.picbasic.nl/indexes_uk
Click Info
On top of that page you can find some info about infrared signals.
Also Philips Pronto Neo info.:D
If you have...
On this way is it not used as a plug-in indeed.
When you hit F10 or F11 in PIC Basic IDE, the program starts on the background, deletes only the checked extensions from the programname given by PIC...
That must you do, it has nothing to do with my delete program.
You can decide which you want to have automatically deleted and which extensions not.
But I'm off.
I've almost my Visual Basic...
Fanie, if you need the files later then it's very simple.
Uncheck the checkbox which need the simulator and press F9, to compile the BAS file again.
Then you have your needed file!
----------
...
David, I think erasing the files by hand is more risky because you can select by accident a BAS file too.
Hi Les.
I've made specially for you an example on my website.
(not working model, only drawn)
So you can see better what I mean.:)
Click www.picbasic.nl/eraser_nl
Drawing this is still...
(Thanks for your reply Fanie.)
@Les:
As I wrote:
"I know these files are necessary to create the *. ASM and *.HEX files."
But, the only thing I'm interested in is the *.HEX file, to program...
The compiler leaves a lot of files which I never will use.
It's a complete mess on my harddisk.:mad:
I have a lot of Basic files, every *.BAS file creates after compiling a lot of other files...
Hello David.
Ok, it's all clear now to me and I think after all you are right.:o
I think I've to learn to program standard by all of my programs REMINDERS OFF / ON around the CONFIG settings.:( ...
Thanks for reply, David.
The thing you've written here is indeed what happens.
So...
Finally we're back to the original question I've asked (see the top of this topic):
I will use the whole...
Hello Paul.
As I write earlier in this topic...:rolleyes:
It does not work!
I can check it or not, the results window appears. :mad:
Please try it by yourself and uncheck it for a couple...
For single line solutions about BCD to decimal, etc. :
Click www.picbasic.nl/indexes_uk
Click button Info
Click Hexadecimal and BCD:D
Can someone tell me what the next thing does?
View > Editor Option
Then unchecked the line.... Display Full Summary after Succesful Compile.
But checking or not checking, I don't see a...
Hi Johan.
I think ENDCASE should be ENDSELECT.
Hi DaveS
It's not crystal clear to me.:confused:
What exactly converts this program in what?
The first tip works as you describes:
When I place in my code:
DEVICE 16F628A
DECLARE REMINDERS = OFF
CONFIG HS_OSC... etc.
DECLARE REMINDERS = ON
ALL_DIGITAL = TRUE
etc...
I will use the whole screen for my programlisting.
Now everytime when I compile, the "Results" window appears with the message:
"HINT[Line 2]: Ensure that all fuses are placed in the CONFIG list,...
Thanks for your reply Bruce, it's all clear to me now.
But then there is a mistake in the PIC Basic manual.
Quote from manual:
"Notes:
Some devices, such as the PIC16F62x, and PIC18F4xx, have...
:) Sure this can, but why asking?
Just try it, you will see!
Strange...
What does the Crownhill PIC Basic manual mean with
DECLARE CCP1_PIN PORTx.x then?:confused:
Hello.
How can I put the HPWM to an alternate pin (i.e.PORTA.6) on a 16F628A?
The Crownhill PIC Basic manual describes (page 215):
"Notes:
Some devices, such as the PIC16F62x, and...
I suppose that the RC5IN function is a little bit time critical.
Hello Roshan.
I can't give an advice for the RC5IN function, because I've not tried this function (yet).
You should write your own SHIN and put this in a subroutine.
Hello.
For more information with the RC5 / RC6 commands, look at www.picbasic.nl/indexes_uk
Click on Projects for some RC5 projects (Basic files are downloadable)
or
Click on Info for some...
Thanks for the answers Tim.
I know already how the SELECT CASE works ;) and what his syntax is.
But the question was specific for the single line version.
Because the next code works OK:
...
DEVICE 16F628A
CONFIG INTRC_OSC_NOCLKOUT, WDT_OFF, PWRTE_ON, LVP_OFF, MCLRE_OFF
ALL_DIGITAL TRUE
DIM Teller AS BYTE
DELAYMS 500 ;LCD stabilise
CLEAR ;Wis alle RAM geheugen
...
Thanx for your answer John.
I've test it and it works!
Thanks for your answer, David.
I've test it and it works!
<HR style="COLOR: #ffffcc" SIZE=1> <!-- / icon and title --><!-- message -->Hi.
I've noticed that there is a possibility to give a color to 'Keyword (User)'.
But where can I put my own...
Hi.
I've noticed that there is a possibility to give a color to 'Keyword (User)'.
But where can I put my own keywords, so that these are highlighted?
EDIT: Sorry, wrong category, have moved...
Hello Roshan.
Take a look at www.picbasic.nl/indexes_uk
Click Projects.
There are there some RC5 projects (attention, NOT with the RC5IN command, but on another way)
You can download the Basic...
Hello.
When appears the P16F636.INF and P16F636.LPB files?
Is it possible to make these files by myself? (for example by editing an almost simular device)
__________________
Hi Roshan.
What is the manufacturer from the CD player?
It is a very long REM line which this error occurs.
I work never with single line commands (except WHILE x = y: WEND)
Hello.
Just notice:
When a line is longer than 242 characters the error Line longer than 250 characters! appears.
Frizie.
Thanks Mohammed (and Tim).
I'll try it one of these weeks.
Frizie.
Hi,
I'm using Proton IDE for a while.
Now my problem is updating (for example RC5IN command).
I use an old desktop (Pentium III) for my Internet surfing and e-mail's, no less, no more.
...
And what about RC6?
This is the new standard...
Just to make the command list complete I should place both in PIC Basic.
Thus RC5 en SIRC IN as wel as OUT.
What type of IR detector (sensor) is connected to PORTC.0?
Paul,
IT WORKS!
The only thing I had to do, to get this to work is put all the programs from the XWisp folder to the Python folder and now I've started in Proton PIC Basic IDE the programmer not...
Paul,
I'll try it tomorrow (I have to work early tomorrow) and let you know if it works fine. (Thanks for trouble anyway)
Lester,
Sure, I want to be the reseller for Holland.
The thing is, how...
About syntax highlighting:
1. XOR isn't bold?
2. After keyword REM the tekst isn't highlighted as REM line.
' and ; are doing well.
Paul,
If it's not to much trouble.
Would you make such a program?
There are here a lot of people more in Holland which use XWisp.py.
My own Galva-Wisp PIC programmer from www.picbasic.nl works...
I still can't get my programmer to work in Proton IDE (lite).
The program XWisp.py (my PIC programmer program) runs under Python.
So this program Opens automatically Python (Open with... set in...
I have to think about that.
But why not give a try to Conrad Electronics for example!
I think they have a lot of potential clients for PIC Basic there.
( www.conrad.nl )
We have to find a reseller in Holland too.
I've a lot of questions via my website about this: "Do you know an address in Holland where I can buy PIC Basic from Crownhill..."
Some people are affraid...
I've downloaded and make a quick test with the lite-version.
The editor is really great!
You all have made a wonderfull product what is going better and better.
Now I can see the 'wish list' has...
Maybe an idea:
A command which will put the programname in a string-variable or on LCD.
When I'm working on a program, every day I save it with a new name to provide me that I erase a working...
Quote from John Drew:
"I often use PICs in association with tone decoder chips that run from 3.58, it will save a lot of recalculation and worn out sockets!" :D
Rick,
You can have more outputs with the 74HC595 (or HEF4094) and the command SHOUT and more inputs with the 74HC165 with the command SHIN.
You can cascade these chips so you can have theoretical ...
I'm very satisfied about the editor from Proton+. :D
Les wrote a few months ago when the compiler is complete developed (which never should be, I know) he would developing the editor further....
I see what you mean now, sorry for misunderstanding. :o
In the Proton+ editor you can click on the left mouse button and keep it pressed while dragging, this is the (better) way that the Proton editor uses.
I agree with the people above.
In the past you had one view over all peoples questions.
I have the feeling I mis user questions/answers, but I don't know where to look anymore.
I've more forums...
Maybe handy if Replace (CTRL+"R") have a 'skip' function.
Les, I'll tell you, normaly I always do CTRL + C to copy and then SHIFT + INS to paste.
That didn't work, I go to the menu and click on paste, it worked.
So I thought, hay, CTRL + C works, but...
Just a view small wishes:
1. When I select code with CTRL + C (which works fine) then I will past it with CTRL + V or SHIFT + INS.
But that doesn't work so I have to do mouse work (RSI) or do the...
Hi,
Is it possible in the next editor version to make not only syntax color but also syntax case.
When I typ the whole command then it's possible to chance it automaticaly in another color, but is...
Is the next possible in the next editor version:
Just like the syntax color also syntax upper- or lower case choise.
When I'm tikkin' on the keyboard in lower-case, the syntax change in another...