Robert Sinclair

Results 131 comments of Robert Sinclair

@hoglet67 I just wish to sample or output on th 8 pins of PORT B. can you help? fx2lafw can only sample. I need both directions... get 8 pins of...

@hoglet67 for example, I can do: sigrok-cli -d fx2lafw --config samplerate=24MHz -o dump.bin -O binary --time 1s and I get the dump of the 8 pins (channels as they call...

> Without an external clock there isn't much point using fx2pipe / or the 8-bit wide mode of the 6502 Decoder. I know that, @hoglet67 , I don't need it...

@hoglet67 ``` ~/6502Decoder/fx2pipe$ ./fx2pipe/fx2pipe -d=0925:3881 -s -i > dump.bin Firmware config: 0x12 0xc3 0xe0 0x0d 0x12 IO loop running... Downloading firmware [builtin]... Submitting max. 16 URBs to fill pipeline... 16...

This for example works: ``` ~/6502Decoder/fx2pipe$ sigrok-cli -d fx2lafw --config samplerate=24MHz -o /dev/stdout -O binary --time 1s >dump.bin ~/6502Decoder/fx2pipe$ ls -al dump.bin -rw-rw-r-- 1 user user 24000000 Feb 13 22:26...

and the same happens when using the output: ``` ~/6502Decoder/fx2pipe$ ./fx2pipe/fx2pipe -d=0925:3881 -s -o

https://ai.google.dev/api/files ``` myfile = genai.upload_file(media / "poem.txt") file_name = myfile.name print(file_name) # "files/*" myfile = genai.get_file(file_name) print(myfile) ``` @fjosue4 ``` document = genai.upload_file(path=media / "a11.txt") model_name = "gemini-1.5-flash-001" cache =...

``` // Make sure to include these imports: // import { GoogleAIFileManager } from "@google/generative-ai/server"; // import { GoogleGenerativeAI } from "@google/generative-ai"; const fileManager = new GoogleAIFileManager(process.env.API_KEY); const uploadResult =...

check the rest api. https://ai.google.dev/api/files#files_get-SHELL

I tested it both in python both in nodejs both in shell with CURL and they all work.