Hi ErNa,
I am traveling and don't have your Email addresss with me.
Just wanted to ask again if you have a working build for the IoT5500+P8
- which exact files from Peter's repository to load for a full
SD+NW build.
AFAIR there was an issue with 5.5 vs. 5.4 ??
I want to set up a server that will log to SD data sent from ESP8266 remote sensors. And makes them available via WEB & FTP
@MJB - just let me know specifically what it is you need it to do and I'm sure I can sort out any loose ends.
While it is true I am focused on P2, it is also true that any issues to do with the W5500 will impact its use on the P2, so I would be happy to devote some time to sorting out any issues.
@ErNa - same goes for you, so please let me know where I can help.
@MJB - just let me know specifically what it is you need it to do and I'm sure I can sort out any loose ends.
While it is true I am focused on P2, it is also true that any issues to do with the W5500 will impact its use on the P2, so I would be happy to devote some time to sorting out any issues.
@ErNa - same goes for you, so please let me know where I can help.
Hi Peter,
great to see your progress on P2.
I was hoping there are IoT5500+P8 users out there having a latest build config they could share.
Yesterday I downloaded the full Tachyon dropbox share again.
The V5 contains a
TACHYON.SPIN (V5.2) which is much larger (mostly ROMS) than the
TACHYON5r4.SPIN (V5.4) - but also quite a number of other changes.
There is also a subfolder V5.4 with some slightly different files
so I take the subfolder to build a IoT5500+P8 ?
TACHYON5r4.SPIN
Extend
Easyfile
Easynet
FTP
HTTP
AND - there are NO ISSUES (yet ..)
It is a while since the Spinneret HTTP+ version, but I am confident
to use adapted HTTP/FTP/Telnet to implement s.th. much simpler than MQTT for my use
- receiving ESP8266 remote sensor data
- logging to SD
- presenting via HTTP
- download via FTP
- Ping-Pong to other P1+Tachyon systems
- a little QVGA-LCD-display
- Bluetooth-Serial might be nice ...
...
EDIT: and one future day ... a P2D2+Eval-Board ;-) :-)
EDIT2: & btw. having now a STABLE & MATURE Tachyon on the P1, not changing every few days, will make it's use a bit less challenging ;-)
having now a STABLE & MATURE Tachyon on the P1, not changing every few days, will make it's use a bit less challenging ;-)
AHA- that's what I've been waiting for- no disrespect but I found forth a challenge without continual improvements (meaning changes). Of course improvements are great but can be hard to keep up with.
So
Where can I find the 'STABLE & MATURE Tachyon on the P1' files and instructions please?
There seem to have been so many versions.
having now a STABLE & MATURE Tachyon on the P1, not changing every few days, will make it's use a bit less challenging ;-)
AHA- that's what I've been waiting for- no disrespect but I found forth a challenge without continual improvements (meaning changes). Of course improvements are great but can be hard to keep up with.
So
Where can I find the 'STABLE & MATURE Tachyon on the P1' files and instructions please?
There seem to have been so many versions.
Dave
in Peter's footer is a link to his dropbox folder
V5 is the latest for P1
the P2 folder is the latest TaqOS and Tachyon for the P2
in MORE is a load of examples and demos
I decided that I needed to tidy up those files, especially V5, so I've started a README.TXT and created folders for organize it better. The current kernel itself along with archives etc has its own KERNEL folder, as do the MODULES such as EXTEND and EASYFILE etc. I hope to gradually organize it in such a way that files can be found easily and without too much clutter.
I'm not too concerned with the older versions though since V5 upgraded V4 which was the first wordcode version that replaced the last bytecode version V3. Maybe I will write a little ABOUT.TXT in the main TACHYON folder to explain all this.
If anyone asks about documentation then I will simply point out that while it seems and will always be "incomplete", that nonetheless I have written enough that others can add to it or at least fill in what they know and then ask questions. Please feel free to add sections to the existing documentation or create new documents which can be linked in.
Yesterday was a day of total frustration! I took a brand new QuickStart board, loaded it with the latest version of V5Neon,(using Prop Tool) added the latest Extend (using TeraTerm) and put the Forth tutorial on my iPad. First exercise, (. 3 4 + = ) I get result 7, next I try (. 5 2 + = ) and I get 32,767 ! Can’t even get to second exercise. Next try storing string “Hello world “ and printing that out. No luck. Reboot computer to see if that is the problem. Move QS board to another USB HUB. I have to use USB hubs as laptop only has 3 ports. Now all I get when I press reset button on QS board is gibberish, verify baud rate of TeraTerm, it is 115200, worked before. Try another QS board, same results. I think that I have some how managed to crash the PLL in 3 QS boards. Am I getting too old and senile to be doing this stuff? Do I just need to List all of the electronics stuff on EBAY and take up solitaire as entertainment? My wife would be happy if all of my “junk” was gone.
End of rant. Any one have any suggestions as t why I can’t get Tachyon V5 to do two consecutive adds or why I seem to keep blowing up QS boards?
It's always good to copy and paste what's on your terminal as code into your post or take a screenshot so we can see what happened. However it sounds like even the first exercise was back to front because it we break this up onto separate lines with my comments in brackets, this is how to add and print:
3 ( push 3 onto the top of the stack )
4 ( push 4 onto the top of the stack over 3 )
+ ( pop the top two numbers 4 then 3 and add them then push the result to the top of the stack )
PRINT ( pop the top of the stack and print the number - note you can use the period symbol instead but PRINT is more discernible )
Just think of Forth as assembler language that you can combine together on the same line. Each instruction such as 3 (akin to PUSH #3) still executes left to right. Your code would have tried to print immediately before it had anything valid so it would print whatever was on top of the stack (or was on top if the stack is empty). The = sign is a comparison operation, just as it is with many languages and has no place (at the end of a statement) in any calculations except on a calculator. Don't think "reverse", just think left to right, pick up 3 apples in one hand, then pick up another 4 apples with the other hand, then add what you have in the two hands together into the one hand, then say or print what that is while you now discard (or eat) those apples.
The Tachyon source automatically adjusts for 5 or 10MHz crystals but there is another section at the start that allows for 6MHz crystals so just make sure you have the 5/10 enabled with the old '{ comment trick which is employed since the Spin compiler does not have any conditional compilation directives.
I doubt very much that QS are blowing up but I have blown boards before when the laptop was plugged into power with the USB lead connected, and the board was powered from another source. If the power sources are "badly grounded" you could get ground loop currents that can even wreck your USB port on the laptop. I find it best to run the laptop off batteries in these situations but many of my boards are powered off the USB port and so it doesn't really matter. Desktop computers normally have a good ground but those wall warts and laptop power packs without an earth can give you minor shocks but those minor shocks are due to the neutral being capacitively coupled to the DC common and they can kill boards that are independently powered.
TAKE NOTE anyone using powered laptops connected via the USB cable to separately powered boards.
Here, the source code has the 5/10MHz section enabled because it comments out the { comment with a ' comment while there is a matching ' before the closing brace.
BTW, if your board only has 32k of EEPROM then Tachyon will still run fine, it is just that the upper 32k of 64k EEPROMs are used to store ROM images, that is, the <2k binary that gets loaded into cogs as "PASM objects" such as serial ports and VGA etc.
Peter,
Thanks for the comprehensive reply. I am getting senile, I never thought about ground loops destroying my boards! I should have thought of that as I spent 40+ years in the video industry and we were always on the look out for ground loops. I will see if my QS boards will function on an unpowered (externally) USB port Yes, I was putting the print command first and then doing the stack ops for the arithmetic.
Did you see my PM?
Thanks for helping keep my head on somewhat straight.
Peter,
Finally did some checking on my setup for ground loops and found the culprit. My laptop is connected via a three wire grounded power cord. So I started looking into my powered USB hub and finally found the issue. The outer conductor of the power cord has a potential of 42 VAC to ground no matter how the unpolarized plug was inserted into the outlet. So, now if I want to use a powered USB hub, I have to find one that has a grounded power supply or use one that I have that I can run off a 10,000 MAh battery. This one is connected to power via a micro USB to standard USB cable. The Phone Battery has a standard USB port on it so I can plug right into it. I think I better trash this hub or find a 2.5 amp power supply that has a zero potential to ground.
Jim
Peter,
Finally did some checking on my setup for ground loops and found the culprit. My laptop is connected via a three wire grounded power cord. So I started looking into my powered USB hub and finally found the issue. The outer conductor of the power cord has a potential of 42 VAC to ground no matter how the unpolarized plug was inserted into the outlet. So, now if I want to use a powered USB hub, I have to find one that has a grounded power supply or use one that I have that I can run off a 10,000 MAh battery. This one is connected to power via a micro USB to standard USB cable. The Phone Battery has a standard USB port on it so I can plug right into it. I think I better trash this hub or find a 2.5 amp power supply that has a zero potential to ground.
Jim
Yes, the usual problem. Most people do not know that any transformer will have a capacitive coupling from the primary to he secondary side. This will normally put an AC potential of half the input voltage on the secondary winding. This can only be prevented by grounding (to earth) of the secondary side. I had a customer who blew up his PC when he had supplied a USB device from an ungrounded PSU and then connected the USB port to the PC. That was in Germany with 240V AC. The USB connector from the device was a 120V AC relative to the grounded PC. The chip did not like this.
I take great care to always have everything properly grounded. No to pin power connectors allowed here.
Reinhardt,
This power supply is a switcher, not transformer based. If I had a 12 Volt 4 amp transformer, I would probably build my own 5 volt supply for the HUB. At this point I have removed the troublesome HUB completely and reordered my USB connections.
Jim
Peter,
I am back to attempting a port of the Altimeter code to Tachyon. Is there a reasonable way to calculate the P0/P1 raised to the 0.190264 power or should I adapt PhiPi’s cubic lookup to make my barometer function in Tachyon? Also to read a 24bit value in I2C is the I2C code in Tachyon reading 8 bits at a time and I need to left shift to do all 24 bits?
Jim
Hi Jim, I managed to dig up that Altimeter code (after I eventually found it) so I will look at how it can be implemented based upon PhiPi's excellent documentation. There's already some 64-bit mixed mode maths in Tachyon but it would be easy enough to fill that in for this requirement. In fact there is the built-in F32 floating-point ROM that could be loaded into a cog if need be. However if integer methods are available using a table then that is where it is best to start.
In Tachyon this table is entered like this:
The I2C code is very easy and yes, if you want 24-bit values you simply build them and given that the device outputs the bytes descending order (23..16,15..8,7..0) like this:
ackI2C@ 8<< ackI2C@ OR 8<< nakI2C@ OR
You don't need to visualize this in your head, just interact with Tachyon, in this I have TAQOZ in front of me:
TAQOZ# $12 8<< $34 OR 8<< $56 OR .L --- $0012_3456 ok
Be careful about porting code to Tachyon, while it is tempting to just convert each routine, you may end up with a hard to read and debug mess of code. The idea is to extend the language as necessary so that the program should be readable and self-commenting. Figuring out where and how to factor snippets and choosing an apt name is a rewarding art.
I will provide some updates to the kernel to extend the 64-bit maths to include simple add and subtract as well, just to help you along. But don't be too worried if some of your routines look a bit "ugly" or inefficient, as long as it works. I call this Q&D (quick & dirty) because it lets me check out functionality first, and then I can improve it later, but not too much later, do that incrementally.
As a lifelong COBOL programmer, used to the most verbose language known to mankind, I kind of shiver when reading 'self-commenting' and thinking about FORTH.
I do get the concept, I even like it, but try after try I fail miserable in understanding any of your code. Has maybe to do with old dogs and new tricks, but I consider FORTH as a write-only language...
No, I need to be serious here, but I think to be able to call a TAQOZ subsystem from any program is very desirable and still not solved, yet.
Thankfully @"Peter Jakacki" finally got the idea that this might be useful, co-existing with Phyton, hidden in some HUB area using one COG.
I plead for a more general usable version, so that I could include a TAQOZ sub system into my fastspin program. The goal is to get a TAQOZ console connected to a virtual serial driver (without using pins).
Then one can execute TAQOZ snippets from other languages, and share the useful one-liners (or more).
I can do most of it with the build-in EVAL TAQOZ, alas I need 4 smartpins for communication. If I would understand how to redirect the console to some hub-addresses as mailbox, I could send that and free the used 4 pins again.
Since I am patching the TAQOZ rom a bit this code may not run on the next silicon. But the goal is still there to use snippets on a TAQOZ sub system...
Now make nails with heads.
Starting with a TAQOZ loaded from ROM, what definitions would be needed to switch console input and output from serial to a simple mailbox-system, say two longs, one in one out, -1 when ready/unused else value, set to -1 after transmit/read. Something simple stupid, may should be able to block, speed is not the problem. just bi-directional solid transfer of console I/O byte wise between TAQOZ sub system and rest of the P2 using two longs in HUB.
If I had that FORTH code I could make a TAQOZ subsystem usable from fastspin/PASM running on the rest of the chip.
And basically TAQOZ does console redirection, I know that much, but I do not now how to do that and hope that somebody in the know of magic will throw some code at me to do that. The rest I might figure out by myself.
shoot. I do not meant TAQOZ sub system. NO, NO, it has to be named TAQOZ-MCP. Please no offense, sub-system; shoot.
Mike, Mike, Mike...
In my current implementation it does even run on COG 0.
So my fastspin program does its bootstrap, leaves space for TAQOZ, loads and runs its Payload in COG1 not COG0 and silently slides COG0 into TAQOZ by just jumping into the ROM.
To do so I need to modify the fastspin generated PASM file a little bit and just compile it again.
I just need to get rid of pins 1-0-63-62 used now to talk to TACOZ.
yes @Cluso99 I already do patch TAQOZ in the rom to intercept the pins with other smartpins, before I start it, and can intercept the TAQOZ console. But I would like to have the pins free for the main program written in whatever and access the TAQOZ console via HUB mailbox, not serial pins.
So after intercepting TAQOZ (what I can) I would like to send some TAQOZ code to TAQOZ to redirect its I/O to a mailbox and release 63.62 (yes, I miss typed) so I can release 1,0 I am using to cheat TACOS in believing it talks to a serial connected port.
And to do that I need some smart mind to write me a console access to TACOZ over a HUB mail box, so I need some TAQOZ code to switch the TAQOZ console to talk over some HUB mail box, not pins serial.
Is my English really so bad?, I try to explain this now since about 8 month?
what I need is some TAQOZ code to not redirect the TAQOZ console to VGA/PS2 or serial or LCDs or the led accessory board to display strings, just simply to a mailbox in HUB usable from PASM.
For someone fluent in TAQOZ maybe a 2 or three liner not a one liner. For me impossible.
Hi Mike, I also one moment see clearly what I have to do, the next moment I feel to be in a dessert. While writing sophisticated code one moment, I'm stuck the next. Tachyon tasts sweet, like honeydew, but I'm looking anxiously for the spider. ... So we have to find a way to communicate the principles a simple way, what I didn't reach to now. Be the forth with you.
Comments
Hi ErNa,
I am traveling and don't have your Email addresss with me.
Just wanted to ask again if you have a working build for the IoT5500+P8
- which exact files from Peter's repository to load for a full
SD+NW build.
AFAIR there was an issue with 5.5 vs. 5.4 ??
I want to set up a server that will log to SD data sent from ESP8266 remote sensors. And makes them available via WEB & FTP
you have My Email ... thanks
MJB
While it is true I am focused on P2, it is also true that any issues to do with the W5500 will impact its use on the P2, so I would be happy to devote some time to sorting out any issues.
@ErNa - same goes for you, so please let me know where I can help.
Hi Peter,
great to see your progress on P2.
I was hoping there are IoT5500+P8 users out there having a latest build config they could share.
Yesterday I downloaded the full Tachyon dropbox share again.
The V5 contains a
TACHYON.SPIN (V5.2) which is much larger (mostly ROMS) than the
TACHYON5r4.SPIN (V5.4) - but also quite a number of other changes.
There is also a subfolder V5.4 with some slightly different files
so I take the subfolder to build a IoT5500+P8 ?
AND - there are NO ISSUES (yet ..)
It is a while since the Spinneret HTTP+ version, but I am confident
to use adapted HTTP/FTP/Telnet to implement s.th. much simpler than MQTT for my use
- receiving ESP8266 remote sensor data
- logging to SD
- presenting via HTTP
- download via FTP
- Ping-Pong to other P1+Tachyon systems
- a little QVGA-LCD-display
- Bluetooth-Serial might be nice ...
...
EDIT: and one future day ... a P2D2+Eval-Board ;-) :-)
EDIT2: & btw. having now a STABLE & MATURE Tachyon on the P1, not changing every few days, will make it's use a bit less challenging ;-)
AHA- that's what I've been waiting for- no disrespect but I found forth a challenge without continual improvements (meaning changes). Of course improvements are great but can be hard to keep up with.
So
Where can I find the 'STABLE & MATURE Tachyon on the P1' files and instructions please?
There seem to have been so many versions.
Dave
in Peter's footer is a link to his dropbox folder
V5 is the latest for P1
the P2 folder is the latest TaqOS and Tachyon for the P2
in MORE is a load of examples and demos
latest version is
version long 540_181011
so unchanged since 8 month now ...
That's great- I guess then its pretty stable so no gotchas to watch out for.
Thanks
Must give it a try in preparation for P2
Dave
I'm not too concerned with the older versions though since V5 upgraded V4 which was the first wordcode version that replaced the last bytecode version V3. Maybe I will write a little ABOUT.TXT in the main TACHYON folder to explain all this.
If anyone asks about documentation then I will simply point out that while it seems and will always be "incomplete", that nonetheless I have written enough that others can add to it or at least fill in what they know and then ask questions. Please feel free to add sections to the existing documentation or create new documents which can be linked in.
directory is not shown correctly
this 4GB SDHC card worked before with Tachyon - not sure which exact version
and contains a number of files.
the more verbose version of .CARD gives a reboot in the SPEED line
EDIT:
the Directory looks OK
this as well
trying to figure out where it goes wrong ...
End of rant. Any one have any suggestions as t why I can’t get Tachyon V5 to do two consecutive adds or why I seem to keep blowing up QS boards?
Jim
It's always good to copy and paste what's on your terminal as code into your post or take a screenshot so we can see what happened. However it sounds like even the first exercise was back to front because it we break this up onto separate lines with my comments in brackets, this is how to add and print:
3 ( push 3 onto the top of the stack )
4 ( push 4 onto the top of the stack over 3 )
+ ( pop the top two numbers 4 then 3 and add them then push the result to the top of the stack )
PRINT ( pop the top of the stack and print the number - note you can use the period symbol instead but PRINT is more discernible )
Just think of Forth as assembler language that you can combine together on the same line. Each instruction such as 3 (akin to PUSH #3) still executes left to right. Your code would have tried to print immediately before it had anything valid so it would print whatever was on top of the stack (or was on top if the stack is empty). The = sign is a comparison operation, just as it is with many languages and has no place (at the end of a statement) in any calculations except on a calculator. Don't think "reverse", just think left to right, pick up 3 apples in one hand, then pick up another 4 apples with the other hand, then add what you have in the two hands together into the one hand, then say or print what that is while you now discard (or eat) those apples.
The Tachyon source automatically adjusts for 5 or 10MHz crystals but there is another section at the start that allows for 6MHz crystals so just make sure you have the 5/10 enabled with the old '{ comment trick which is employed since the Spin compiler does not have any conditional compilation directives.
I doubt very much that QS are blowing up but I have blown boards before when the laptop was plugged into power with the USB lead connected, and the board was powered from another source. If the power sources are "badly grounded" you could get ground loop currents that can even wreck your USB port on the laptop. I find it best to run the laptop off batteries in these situations but many of my boards are powered off the USB port and so it doesn't really matter. Desktop computers normally have a good ground but those wall warts and laptop power packs without an earth can give you minor shocks but those minor shocks are due to the neutral being capacitively coupled to the DC common and they can kill boards that are independently powered.
TAKE NOTE anyone using powered laptops connected via the USB cable to separately powered boards.
Here, the source code has the 5/10MHz section enabled because it comments out the { comment with a ' comment while there is a matching ' before the closing brace.
BTW, if your board only has 32k of EEPROM then Tachyon will still run fine, it is just that the upper 32k of 64k EEPROMs are used to store ROM images, that is, the <2k binary that gets loaded into cogs as "PASM objects" such as serial ports and VGA etc.
Thanks for the comprehensive reply. I am getting senile, I never thought about ground loops destroying my boards! I should have thought of that as I spent 40+ years in the video industry and we were always on the look out for ground loops. I will see if my QS boards will function on an unpowered (externally) USB port Yes, I was putting the print command first and then doing the stack ops for the arithmetic.
Did you see my PM?
Thanks for helping keep my head on somewhat straight.
Jim
You posted into the big ACTIVITY message box rather than clicking the little MESSAGE button in the top right.
Why oh why do that lay it out that way!
Will check the boards later today.
Jim
Finally did some checking on my setup for ground loops and found the culprit. My laptop is connected via a three wire grounded power cord. So I started looking into my powered USB hub and finally found the issue. The outer conductor of the power cord has a potential of 42 VAC to ground no matter how the unpolarized plug was inserted into the outlet. So, now if I want to use a powered USB hub, I have to find one that has a grounded power supply or use one that I have that I can run off a 10,000 MAh battery. This one is connected to power via a micro USB to standard USB cable. The Phone Battery has a standard USB port on it so I can plug right into it. I think I better trash this hub or find a 2.5 amp power supply that has a zero potential to ground.
Jim
Yes, the usual problem. Most people do not know that any transformer will have a capacitive coupling from the primary to he secondary side. This will normally put an AC potential of half the input voltage on the secondary winding. This can only be prevented by grounding (to earth) of the secondary side. I had a customer who blew up his PC when he had supplied a USB device from an ungrounded PSU and then connected the USB port to the PC. That was in Germany with 240V AC. The USB connector from the device was a 120V AC relative to the grounded PC. The chip did not like this.
I take great care to always have everything properly grounded. No to pin power connectors allowed here.
This power supply is a switcher, not transformer based. If I had a 12 Volt 4 amp transformer, I would probably build my own 5 volt supply for the HUB. At this point I have removed the troublesome HUB completely and reordered my USB connections.
Jim
I am back to attempting a port of the Altimeter code to Tachyon. Is there a reasonable way to calculate the P0/P1 raised to the 0.190264 power or should I adapt PhiPi’s cubic lookup to make my barometer function in Tachyon? Also to read a 24bit value in I2C is the I2C code in Tachyon reading 8 bits at a time and I need to left shift to do all 24 bits?
Jim
In Tachyon this table is entered like this:
The I2C code is very easy and yes, if you want 24-bit values you simply build them and given that the device outputs the bytes descending order (23..16,15..8,7..0) like this: You don't need to visualize this in your head, just interact with Tachyon, in this I have TAQOZ in front of me:
Be careful about porting code to Tachyon, while it is tempting to just convert each routine, you may end up with a hard to read and debug mess of code. The idea is to extend the language as necessary so that the program should be readable and self-commenting. Figuring out where and how to factor snippets and choosing an apt name is a rewarding art.
I will provide some updates to the kernel to extend the 64-bit maths to include simple add and subtract as well, just to help you along. But don't be too worried if some of your routines look a bit "ugly" or inefficient, as long as it works. I call this Q&D (quick & dirty) because it lets me check out functionality first, and then I can improve it later, but not too much later, do that incrementally.
I do get the concept, I even like it, but try after try I fail miserable in understanding any of your code. Has maybe to do with old dogs and new tricks, but I consider FORTH as a write-only language...
Mike
Maybe I need to spend a couple of month in Australia to fix that problem. Something I have on my bucket list anyways...
Mike
Thankfully @"Peter Jakacki" finally got the idea that this might be useful, co-existing with Phyton, hidden in some HUB area using one COG.
I plead for a more general usable version, so that I could include a TAQOZ sub system into my fastspin program. The goal is to get a TAQOZ console connected to a virtual serial driver (without using pins).
Then one can execute TAQOZ snippets from other languages, and share the useful one-liners (or more).
I can do most of it with the build-in EVAL TAQOZ, alas I need 4 smartpins for communication. If I would understand how to redirect the console to some hub-addresses as mailbox, I could send that and free the used 4 pins again.
Since I am patching the TAQOZ rom a bit this code may not run on the next silicon. But the goal is still there to use snippets on a TAQOZ sub system...
Now make nails with heads.
Starting with a TAQOZ loaded from ROM, what definitions would be needed to switch console input and output from serial to a simple mailbox-system, say two longs, one in one out, -1 when ready/unused else value, set to -1 after transmit/read. Something simple stupid, may should be able to block, speed is not the problem. just bi-directional solid transfer of console I/O byte wise between TAQOZ sub system and rest of the P2 using two longs in HUB.
If I had that FORTH code I could make a TAQOZ subsystem usable from fastspin/PASM running on the rest of the chip.
And basically TAQOZ does console redirection, I know that much, but I do not now how to do that and hope that somebody in the know of magic will throw some code at me to do that. The rest I might figure out by myself.
Help!
Mike
Mike, Mike, Mike...
In my current implementation it does even run on COG 0.
So my fastspin program does its bootstrap, leaves space for TAQOZ, loads and runs its Payload in COG1 not COG0 and silently slides COG0 into TAQOZ by just jumping into the ROM.
To do so I need to modify the fastspin generated PASM file a little bit and just compile it again.
I just need to get rid of pins 1-0-63-62 used now to talk to TACOZ.
Mike
edited pin numbers, @clusso99 got me...
Don't you mean 1-0-63-62 ???
BTW it doesn't help to live downunder in coming to grips with TAQOZ. Sometimes I can understand the one-liners, and other times I'm just amazed.
and this looks to be the receive section tho a quick look doesnt jump out and say how it works
and here is the rxisr
So after intercepting TAQOZ (what I can) I would like to send some TAQOZ code to TAQOZ to redirect its I/O to a mailbox and release 63.62 (yes, I miss typed) so I can release 1,0 I am using to cheat TACOS in believing it talks to a serial connected port.
And to do that I need some smart mind to write me a console access to TACOZ over a HUB mail box, so I need some TAQOZ code to switch the TAQOZ console to talk over some HUB mail box, not pins serial.
Is my English really so bad?, I try to explain this now since about 8 month?
feeling helpless to explain further
see here : https://forums.parallax.com/discussion/168621/coexistence-with-taqoz
and here https://forums.parallax.com/discussion/169620/hijacking-the-p2-eval-rom
Mike
For someone fluent in TAQOZ maybe a 2 or three liner not a one liner. For me impossible.
Mike