BASCOM-AVR : Socketstat strange results???? : REPLY
Hi, so you did it this way? [code:1:ac7133d714] GET / HTTP/1.1 Host: checkip.dyndns.org User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:21.0) Gecko/20100101 Firefox/21.0 Accept:...
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
See my earlier posts ( i will measure your question tomorrow or tonight) when the display doesnt't start a square wave is visible on most data lines with frequency 145 kHz on E-pin (8) the duty cycle...
View ArticleBASCOM-AVR : KS0108 Display: Trouble with higher clock speed : REPLY
When the edge of E clock is reading, I would like to know whether a data bus is a high or a low. (DB4 and DB7)
View ArticleBASCOM-AVR : Socketstat strange results???? : REPLY
Michael, Yes that is correct.... Or if you want to shorten the GET header. You can stop after the User-Agent definition is sent. It still replies in a text format. I actual send: [code:1:d8fab31e23]...
View ArticleBASCOM-AVR : simple spi soft problem : REPLY
hi Mark, Thanks for your answers Mark but fortunately I still have not any dialog SPI I read, read and test the samples I understand the master must send a byte first to the slave and the the slave...
View ArticleBASCOM-AVR : Socketstat strange results???? : REPLY
This is all very nice information. Thanks for sharing. Ben Zijlstra
View ArticleBASCOM-AVR : Socketstat strange results???? : REPLY
Ben, Thanks. Fun stuff most of the time... :) Now my code is producing a socketstatus of &H15 SOCK_SYNSENT = Standing by for SYN,ACK after transmitting SYN for connecting setup when acting in...
View ArticleBASCOM-AVR : Question to i2c_TWI-slave-acknack.LBX/i2c_TWI-slave.LBX : NEWTOPIC
I purchased the libraries as I want to design an I2C slave connection for an existing firmware which already runs perfect. Unfortunately the manual which comes with the libraries is pretty sparse and...
View ArticleBASCOM-AVR : TFT with ILI9341 controller : REPLY
hello Bibibo ! Kde byl problem ??? Thank you
View ArticleVarious : Direkt an bascomu asm Ported for Video Out : REPLY
Hello, Attached a code in Bascom, who uses the assembler to generate video. Maybe someone interesting and remakes this code for ATMEGA8 or ATMEGA88 Thank you
View ArticleVarious : Direkt an bascomu asm Ported for Video Out : REPLY
Hello, Do I add a reference to the design color VGA generators with PIC18F MCU. http://www.pic24.ru/doku.php/en/osa/articles/vga_game If the circuit has incorporated into the AD724 or AD725, this...
View ArticleBASCOM-AVR : Question to i2c_TWI-slave-acknack.LBX/i2c_TWI-slave.LBX : REPLY
Hi Juergen, see Bascom-Help under CONFIG TWISLAVE http://avrhelp.mcselec.com/index.html?configtwislave.htm [b:2c0a9df68f]USERACK[/b:2c0a9df68f] [i:2c0a9df68f]Default is OFF. When you use ON, an...
View ArticleBASCOM-AVR : Question to i2c_TWI-slave-acknack.LBX/i2c_TWI-slave.LBX : REPLY
Hi MAK3, thank you and yes, I have seen this and made some progress with it. However, it still doesn't tell me how to handle the receive side. I just made a small program to just receive data abnd...
View ArticleBASCOM-AVR : simple spi soft problem : REPLY
please read Thanks for your answers Mark but [b:bee72ff2e1]unfortunately[/b:bee72ff2e1] I still have not any dialog SPI and not [quote:bee72ff2e1]Thanks for your answers Mark but fortunately I still...
View ArticleBASCOM-AVR : AtTiny85 as I2C slave : NEWTOPIC
I have the i2c/twi slave lib and was hoping I could use it with the tiny85 but it has no real twi, only usi 2-wire mode :-( And int0 is the same pin as the T0 pin :-( If anyone have any suggestions,...
View ArticleBASCOM-AVR : AtTiny85 as I2C slave : REPLY
Hi, Have a look here http://www.roboternetz.de/community/threads/22452-USI-interface-an-tiny-2313/page3 I've not used the code myself but based on the comments it looks as if it could work. Regards...
View ArticleBASCOM-AVR : AtTiny85 as I2C slave : REPLY
Thanks Ian, looks promisable, I'll test it :-)
View ArticleBASCOM-AVR : Help me with RS485 bootloader for mega 8 and 128 : NEWTOPIC
Hi all , can you help me with bootloader files on 485 bus for mega 8 and 128 if you have function files for this procesors can you help me and send me this file for my email i need updated firmware in...
View ArticleBASCOM-AVR : Diy serial LCD : NEWTOPIC
Hi , my controller ATMega8 has not enough pins to control a lcd . So I want to use the uart and send with print (string) to an other ATMega8 that shows this string on a LCD 20 x 4 . Does someone build...
View ArticleBASCOM-AVR : Diy serial LCD : REPLY
Hans No need to struggle and makes things hard for yourself, get another micro with more pins or use a Arduino Mega Pro, it is very cheap.
View Article