Oscar

Results 28 comments of Oscar

@gecko65 any updates? Is it still working? I'm till looking for something to base my own library on

Well, so funnily enough, that's what I'm trying to achieve (an actually usable ppl and python IDE in c# Blazor webassembly with webusb).but to do that I need a reliable...

@gecko65 As i indicated before, i'm actually looking to bypass platforms entirely and go directly to Webassembly/Js with WebHID. Initial tests seem promising, as soon as i've got a basic...

@metawops that would definitely be great! I'm almost done setting up my base repo. Hope to get it live tonight with a working simple communication message from the browser and...

for those interested, i've got the repo up https://github.com/BeatSkip/PrimeDev now working to integrate my local test to work with the WebHID library instead of the Windows HidLibrary. But anyone interested...

@gecko65 FYI, I managed to get the initial message to my prime working! What's your status? Any updates? And @metawops did you hear back from cyrille? Any more info on...

@gecko65 getting the messages back is pretty simple in principle. Not sure how this couples into hplp but in my tool I've got it working byparsing the return data as:...

@gecko65 I have no such limitation, i can send a full string as long as i want. just tried to send over 2000 characters. the first 508 are sent fine...

you're out-of-date it seems ![image](https://user-images.githubusercontent.com/12702701/153729573-913aa03d-393c-4e41-aa9c-ad34fca3011c.png)

@debrouxl aha, so hplp does account for the 0x03, then it's just PrimeComm that's looking for the 0x01. Currently i'm watching through a couple conference video's that reveal some source...