Maybe in the future it will be a case for including options, ini file or another also the path where you collect INC for the various toolsuite.
However, the problem is solved for me
C:\ProgramData\Mecanique\Swordfish\Includes\18Fxxxx.bas
C:\ProgramData\Mecanique\Swordfish\Includes\P18Fxxxx.incC:\ProgramData\Mecanique\Firewing\Includes\18Fxxxx.basOK, I think I see what is happening. I assume that the device in question was not part of the original Swordfish installation?
' device and clock...
'Device = 18F14K50
Device = 18F25K22
Clock = 48
' main program loop...
sub Main()
dim data as byte ' data byte
while true
Output(porta.0)
High(porta.0)
end while
end sub' device and clock...
'Device = 18F14K50
Device = 18F25K22
Clock = 48
' main program loop...
sub Main()
dim data as byte ' data byte
while true
Output(porta.0)
High(porta.0)
end while
end subDevice = 18F25K22
Clock = 48
dim data as byte
while true
Output(porta.0)
High(porta.0)
wendUsers browsing this forum: No registered users and 11 guests