BASCOM-AVR : serial data crashes processor : REPLY
I posted your findings on http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&p=1083215#1083215 for reference
View ArticleBASCOM-AVR : ADC will not work with CONFIG PORTx = Output in Bootloader? : REPLY
Thanks Mark for your help. I will modify the Bootloader to time-out by Watchdog at the end of flashing end starting the main program.
View ArticleBASCOM-AVR : Secure Chipcard that support I2C : NEWTOPIC
Hello, Anyone know if possible to use I2C to read and write secure chipcard like SLE4442? Or exists other secure chipcard that support I2C ? Thanks in advance Best regards toto...
View ArticleShare your working BASCOM-AVR code here : IR NEC Code generation : REPLY
thanks for the improved version. indeed much simpler yet still showing how it works.
View ArticleBASCOM-AVR : Secure Chipcard that support I2C : REPLY
Hi Try google "24c16 card" or "24c64 card" and so on... The comes in different sizes. On ebay there is some that sells the chip to glue on the card Fixmann
View ArticleBASCOM-AVR : Secure Chipcard that support I2C : REPLY
Hi, the 24c16... Card's are not secure. For more information on SLE4442 have a look at the Datasheet. Alle read/write acceses are described http://flylogic.net/docs/sle4442.pdf
View ArticleBASCOM-AVR : Secure Chipcard that support I2C : REPLY
Hello Six1, You are right, the 24c16 are eeprom card, it's not secure chipcards. My problem is that my board is already draw and i have the sda and scl pins of the microcontroller connected to : 2x...
View ArticleBASCOM-AVR : makeint : NEWTOPIC
I am still researching the earlier phenomenon with the DS18B20 and have come accross another oddity. Here is the code I am using to read the 18B20 [code:1:407aa0c02d]...
View ArticleBASCOM-AVR : makeint : REPLY
Maybe bascom will tell you that there is a short version: [code:1:110feff98a] dim ds18b20_sc(10) as byte '10 byte array dim tempi as integer at ds18b20_sc(1) overlay 'temporary int with LSB =...
View ArticleBASCOM-AVR : makeint : REPLY
Hi Laborratte - yes I know about that but why does makeint screw up my sw uart ?
View ArticleBASCOM-AVR : makeint : REPLY
a SW uart may not be interrupted. the makeint() will create this (correct) code: Lds R25,$000101 ; load from memory Lds R24,$000100 ; load from memory Ldi R26,$000A ; target address Ldi R27,$0001 St...
View ArticleBASCOM-AVR : makeint : REPLY
hi Mark, I only have 1 ISR and it has 3 lines: "incr var" and "set flag" 'return". There is definitely no print in any isr. I also ran the sub with interrupts disabled and the problem still happened....
View ArticleBASCOM-AVR : makeint : REPLY
you need to create a small sample that still produces the problem. and always try another pin too.
View ArticleBASCOM-AVR : makeint : REPLY
OK I'll do that tomorrow and see if I con reproduce it. cheers mark
View ArticleBASCOM-AVR : 18B20 errors : REPLY
Hello, I have problems too with DS18S20 or DS1820 Sometimes it not read correct the temperature and the ID of the device. I need the ID to identify my board number. As i said, sometimes happens. Work...
View ArticleBASCOM-AVR : 18B20 errors : REPLY
The 1wire protocol has a strict timing. it is important that during 1wire read/write commands , the code is not interrupted. While i could have put code into the 1wire code to block interrupts, i...
View ArticleShare your working BASCOM-AVR code here : SNMP Protocol : NEWTOPIC
Hi, i needed SNMP Protocol for a Project of mine. The only Code i found, was from Ben, but i don't checked, what the hell Ben was doing there :lol: so i decided to write a new Include File...
View ArticleBASCOM-AVR : Secure Chipcard that support I2C : REPLY
Hi all you can always read sle4442 pin is only for writing and after you use 3 times wrong pin card is damaged meaning you can not write again..(but you can still read) my suggestion would be to use a...
View ArticleBASCOM-AVR : Secure Chipcard that support I2C : REPLY
...nice reader with serial connection (rx/tx) i use for MIFARE http://www.stronglink-rfid.com/de/rfid-modules/sl032.html mybe this is the solution for you? best michael
View Article