00:00:00 --- log: started forth/09.03.27 00:06:49 --- join: cac_ (n=cac@66.165.15.183) joined #forth 00:28:19 --- quit: cac (Read error: 110 (Connection timed out)) 01:07:22 --- quit: H4ns ("Leaving.") 01:30:26 --- quit: nighty^ (Remote closed the connection) 01:54:51 --- quit: schme ("leaving") 01:55:15 --- join: schme (n=schme@c83-249-81-1.bredband.comhem.se) joined #forth 02:28:10 --- join: qFox (i=C00K13S@132pc222.sshunet.nl) joined #forth 02:29:51 --- join: H4ns (n=Hans@p57BBAE3B.dip0.t-ipconnect.de) joined #forth 03:16:55 --- quit: cataska ("leaving") 03:39:46 --- join: jewel (n=jewel@dsl-242-188-120.telkomadsl.co.za) joined #forth 03:59:37 --- join: GeDaMo (n=gedamo@dyn-62-56-54-186.dslaccess.co.uk) joined #forth 04:00:49 --- quit: schme (Read error: 60 (Operation timed out)) 04:04:38 --- quit: malyn (calvino.freenode.net irc.freenode.net) 04:04:38 --- quit: I440r (calvino.freenode.net irc.freenode.net) 04:04:38 --- quit: segher (calvino.freenode.net irc.freenode.net) 04:04:38 --- quit: kleinjt (calvino.freenode.net irc.freenode.net) 04:05:25 --- join: segher (n=segher@84-105-60-153.cable.quicknet.nl) joined #forth 04:05:25 --- join: I440r (n=mark4__@ip70-162-227-36.ph.ph.cox.net) joined #forth 04:05:25 --- join: kleinjt (n=kleinjt@tarsonis.dhcp.rose-hulman.edu) joined #forth 04:05:25 --- join: malyn (n=malyn@unaffiliated/malyn) joined #forth 04:46:58 --- join: schme (n=schme@c83-249-81-1.bredband.comhem.se) joined #forth 04:53:19 --- join: nighty^ (n=nighty@x122091.ppp.asahi-net.or.jp) joined #forth 05:09:51 --- quit: Al2O3 () 05:11:02 --- quit: proteusguy (Read error: 131 (Connection reset by peer)) 05:21:39 --- join: X-Scale (i=email@2001:470:1f08:b3d:0:0:0:2) joined #forth 05:34:26 --- join: proteusguy (n=proteusg@61.7.144.97) joined #forth 05:52:17 --- quit: GeDaMo ("Leaving.") 06:34:56 --- quit: schme (Read error: 60 (Operation timed out)) 06:39:07 --- join: schme (n=schme@c83-249-81-1.bredband.comhem.se) joined #forth 07:23:15 --- join: LOOP-HOG (n=jasondam@97-115-76-149.ptld.qwest.net) joined #forth 07:43:08 --- quit: mathrick (Read error: 60 (Operation timed out)) 07:43:35 --- join: JasonWoof (n=jasonwoo@c-24-91-153-180.hsd1.ma.comcast.net) joined #forth 07:43:35 --- mode: ChanServ set +o JasonWoof 07:44:00 --- join: hagna (n=hagna@70.102.57.178) joined #forth 07:48:10 --- join: WebGuest (n=WebGuest@c-0f5fe353.732-1-64736c10.cust.bredbandsbolaget.se) joined #forth 07:51:14 --- nick: WebGuest -> cucumber 07:51:27 --- nick: cucumber -> greenumber 08:02:23 --- quit: nighty^ ("Disappears in a puff of smoke") 08:04:32 --- join: nighty^ (n=nighty@x122091.ppp.asahi-net.or.jp) joined #forth 08:08:40 --- quit: LOOP-HOG (Read error: 110 (Connection timed out)) 08:16:30 --- quit: hagna (Read error: 104 (Connection reset by peer)) 08:16:51 --- join: hagna (n=hagna@70.102.57.178) joined #forth 08:22:02 --- join: GeDaMo (n=gedamo@dyn-62-56-54-186.dslaccess.co.uk) joined #forth 08:27:58 --- quit: foxLaptop ("leaving") 08:53:52 so what's a good way to set portc.6 in amforth? 08:54:00 or even read portc.6 08:54:18 I was doing something like 'ff 22 c!' 08:55:35 portc.6? 08:55:54 If this is on an x86, there's a seperate I/O address space 08:56:03 yeah bit 6 on port c? 08:56:31 nope it's avr 08:56:36 Ah, ok 08:58:27 it's amforth http://amforth.sourceforge.net/ 08:58:33 http://libarynth.org/amforth 09:04:05 --- quit: H4ns ("Leaving.") 09:05:03 yes that's a good example of c! 09:05:03 --- quit: JasonWoof (Read error: 110 (Connection timed out)) 09:05:18 --- join: JasonWoof (n=jasonwoo@c-24-91-153-180.hsd1.ma.comcast.net) joined #forth 09:05:18 --- mode: ChanServ set +o JasonWoof 09:08:45 --- join: Zuph (n=chatzill@spd-gig-2229s.wireless.louisville.edu) joined #forth 09:11:08 --- join: w7tek (n=w7tek@c-98-202-217-190.hsd1.ut.comcast.net) joined #forth 09:16:02 --- join: LOOP-HOG (n=jasondam@97-115-76-149.ptld.qwest.net) joined #forth 09:40:44 hagna: are you still having problems? 09:40:52 --- quit: Zuph (Read error: 104 (Connection reset by peer)) 09:43:49 GeDaMo: challenges 09:44:19 I mean you're still trying to get portc6 to work? :P 09:44:32 GeDaMo: I found this german site with some good example code at least http://www.forth-ev.de/wiki/doku.php/projects:avr:hilfsmittel 09:44:50 I was confused about writing all 8 bits to an output port if not all pins are set for output 09:45:18 You have to set if the pins are input or output 09:45:32 If they're input, I'd assume nothing would happen if you write to them 09:48:27 oh pok 09:55:17 I was assuming something bad would happen if I wrote 0 to a pin configured for input 10:05:53 --- join: H4ns (n=hans@p57A0DDE5.dip.t-dialin.net) joined #forth 10:41:14 --- quit: proteusguy (Read error: 104 (Connection reset by peer)) 10:57:31 --- join: impomatic (n=John@nat67.mia.three.co.uk) joined #forth 11:03:47 --- join: proteusguy (n=proteusg@61.7.144.97) joined #forth 11:12:20 hagna: it depends on the exact kind of GPIO pins you are dealing with. often, setting an output value for input pins controls pull-ups; but there are all kinds of crazy designs, read your chip manual 11:12:44 it will not normally damage your chip though 11:13:29 it could be dangerous of course if, say, there is a cruise missile on the far end of that GPIO pin 11:21:44 --- join: xjrn (n=jim@m3d0436d0.tmodns.net) joined #forth 11:35:30 --- quit: xjrn (Read error: 104 (Connection reset by peer)) 11:43:57 --- join: xjrn (n=jim@m320436d0.tmodns.net) joined #forth 11:43:58 --- quit: xjrn (Remote closed the connection) 11:52:55 --- join: kar8nga (n=kar8nga@e-24.vc-graz.ac.at) joined #forth 12:20:55 --- nick: greenumber -> schmx 13:04:06 --- join: mathrick (n=mathrick@users177.kollegienet.dk) joined #forth 13:21:02 segher: really crap I'm in trouble 13:21:24 * hagna boooooom 13:22:32 no "boom" here, you're not in _that_ big trouble :-P 13:29:50 --- join: cac__ (n=cac@66.165.15.183) joined #forth 13:32:06 --- quit: cac_ (Read error: 110 (Connection timed out)) 13:37:31 --- quit: schmx (Read error: 104 (Connection reset by peer)) 14:47:07 --- join: H4ns1 (n=hans@p57A0D5B7.dip.t-dialin.net) joined #forth 15:03:17 --- quit: H4ns (Read error: 110 (Connection timed out)) 15:12:51 --- quit: w7tek () 15:25:31 --- join: k (n=kar8nga@j-254.vc-graz.ac.at) joined #forth 15:25:59 --- nick: k -> Guest21687 15:28:43 --- quit: Guest21687 (Remote closed the connection) 15:37:32 --- quit: kar8nga (Success) 15:45:13 --- quit: GeDaMo ("Leaving.") 15:50:11 --- quit: jewel (Read error: 113 (No route to host)) 15:53:01 --- quit: hagna ("leaving") 16:45:58 --- join: aguai (n=aguai@114-32-92-170.HINET-IP.hinet.net) joined #forth 16:46:58 --- quit: aguai (Read error: 104 (Connection reset by peer)) 16:47:18 --- join: aguai (n=aguai@114-32-92-170.HINET-IP.hinet.net) joined #forth 16:57:38 --- quit: proteusguy (Read error: 104 (Connection reset by peer)) 17:22:55 --- join: proteusguy (n=proteusg@61.7.144.97) joined #forth 17:53:36 --- quit: qFox (Read error: 104 (Connection reset by peer)) 19:20:21 --- join: foxLaptop (i=flash@61.149.172.86) joined #forth 19:55:29 --- quit: foxLaptop (Read error: 110 (Connection timed out)) 20:22:43 --- join: snowrichard (n=snowrich@12.169.182.169) joined #forth 20:37:56 --- quit: snowrichard ("Leaving") 21:00:19 --- part: X-Scale left #forth 21:33:33 --- quit: proteusguy (Read error: 104 (Connection reset by peer)) 21:33:42 --- join: tetonca (n=bus_driv@adsl-99-33-194-113.dsl.wlfrct.sbcglobal.net) joined #forth 21:51:27 --- join: proteusguy (n=proteusg@61.7.144.97) joined #forth 22:05:59 --- quit: aguai (Read error: 104 (Connection reset by peer)) 22:35:57 --- join: xjrn (n=jim@m3b0436d0.tmodns.net) joined #forth 22:40:52 --- quit: LOOP-HOG (Read error: 110 (Connection timed out)) 22:42:50 --- part: tetonca left #forth 22:48:32 --- join: LOOP-HOG (n=jasondam@97-115-76-149.ptld.qwest.net) joined #forth 23:04:18 --- join: GeDaMo (n=gedamo@dyn-62-56-54-186.dslaccess.co.uk) joined #forth 23:37:56 --- join: mre_ (n=mre@203.109.161.91) joined #forth 23:40:17 --- join: mre__ (n=mre@203.109.161.91) joined #forth 23:44:22 --- quit: mre__ (Client Quit) 23:45:38 --- join: mre__ (n=mre@203.109.161.91) joined #forth 23:45:53 --- quit: mre__ (Client Quit) 23:56:32 --- quit: mre (Read error: 110 (Connection timed out)) 23:58:38 --- quit: mre_ (Connection timed out) 23:59:59 --- log: ended forth/09.03.27