BASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
because that is the way the chip manufacturer designed the first text LCD displays. A number higher would print a character from the internal font.
View ArticleBASCOM-AVR : Attiny84v - ADC interrupt & soft UART out : REPLY
the software UART is not some magic replacement of the HW UART. If you print data, bit timing is used for the baud rate. Any frequently occurring interrupt/or long interrupt will influence the timing....
View ArticleEASY TCP/IP : WizFi 210 thoughts? : REPLY
Hi pwest, the TCP/IP libs in BASCOM are based on hardware chips like W5100 or W5200. As far as I can read in the datasheet the WizFi210 can be only programmed over serial interface via AT comands. see...
View ArticleBASCOM-AVR : rs232-modbus sample : NEWTOPIC
Hi all I want connect 2 mega64 with rs232-modbus and it is the first time to use modbus. there is a sample for rs485-master-modbus in bascom but I dont know many things about ,for example :in slave...
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
Ok, but how can i get a solution for my problem ? My bargraph should look like an old power output of a stereo right and left channel. Starting in the middle of the lcd row and goes to left...
View ArticleBASCOM-AVR : How and where do i post a problem report? : NEWTOPIC
I updated my BascomAVR to version 2.7.6.001 I was delighted over config submode = new I tried some test programs, and i run into trouble. Not big troubles, but annoying. For example: I compile a...
View ArticleEASY TCP/IP : WizFi 210 thoughts? : REPLY
according to some info there would be other firmware that would allow i2c or SPI as well. But i do not know where to download it or how it works. Serial control with the AT commands make it simple to...
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
a simple solution is to use a character not used by you like chr(250) for example. then when you need to show the data, make a for next loop and get the character from the string with mid(). you can...
View ArticleEASY TCP/IP : IIM7000A or IM7000B : NEWTOPIC
IÂ’m looking for a European Distributor of the IIM7000A or IM7000B. Any help will be appreciated. Thank you Walter
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
i will give it a try ....
View ArticleBASCOM-AVR : How and where do i post a problem report? : REPLY
Before you post a question, you need to consider who you think would know the answer. While you can ask questions here about bascom, code, circuits, etc. it is not an official support forum. The...
View ArticleEASY TCP/IP : IIM7000A or IM7000B : REPLY
there are not made anymore. i doubt any distributor would have them. but wiznet has a distributors list for europe. at least i saw it some time ago. i have bought nm7010 from TME in the past.
View ArticleBASCOM-AVR : How and where do i post a problem report? : REPLY
[quote:660bd0fcfe="albertsm"]Before posting questions, check the register. An ISIS DSN would be ideal :-) [/quote:660bd0fcfe] Thank you, Mark, for answering me. I didnt want to boder you personaly, so...
View ArticleBASCOM-AVR : How and where do i post a problem report? : REPLY
register.mcselec.com (where you update) ISIS : http://www.labcenter.com/download/prodemo_download.cfm#professional A great design/simulation tool. Version 8 also includes an editor and bascom is...
View ArticleBASCOM-AVR : Can't add chr(0) from Deflcdchar to a string : REPLY
Have a look at [url]http://mat.midlight.eu/wiki/index.php/LCD_Bargraph_with_different_styles[/url]! Best regards
View ArticleBASCOM-AVR : RS-485 protocol help : REPLY
Hi, here some info and code about RS485. Sorry but it's in german language. I am interested too about RS485. [url]http://dl6gl.de/software/rs485-long-distance-call[/url]
View ArticleBASCOM-AVR : m128 pwm problem : NEWTOPIC
Hi, I have a problem with the pwm signal of Timer2 to control backlight of lcd. When the system start everything works fine, but after about 50 minutes, the output of the OC2 itself off and does not...
View ArticleBASCOM-AVR : RS-485 protocol help : REPLY
Maybe this can help.... Schematic diagram for connection MAX485 ili more popularat 75176 IC to any AVR. No need for special pins for controllin data flow in or out. This isa hardware auto switch, I...
View ArticleBASCOM-AVR : Attiny84v - ADC interrupt & soft UART out : REPLY
Thank you, understand. I thought features such as "PRINT", "INPUT" was originally used to protect interrupts. In basic is generally not very comfortable to do, while output the text "PRINT" can easily...
View ArticleBASCOM Project Blog : Watering system Contrioller : REPLY
Now the input buss is also working so we now have 16 inputs and 16 outputs, 32 pins worth with using only 4 pins on the AVR. Regards Paul
View Article