Re: [jallib] USB_help

2022-12-09 Thread vsurducan
Yep. Matt has right.
1.The clock speed is esential.
2. You will notice quite a long delay (5s or so) between plugging the pic
usb and the moment when OS recognize it on pc. This depends by your
computer speed and pic firmware contents. If pic clk is wrong, you will not
see any usb device. After it appears, check on printer/pheripheral for your
device but watch for any warnings there

On Sat 10 Dec 2022, 4:59 AM Matthew Schinkel  Also use the code in 18f455_blink_hs_usb.jal
>
> You are missing this one:
> OSCCON_SCS = 0  -- select primary oscillator
>
> On Friday, December 9, 2022 at 9:54:43 PM UTC-5 Matthew Schinkel wrote:
>
>> Hi Hans,
>>
>> There must be an issue with your circuit. Do you have the correct clock
>> speed? Make sure a blink sample and normal serial port is working. Try
>> another PC. Windows should pick it up.
>>
>> Matt.
>>
>> On Friday, December 9, 2022 at 3:12:12 PM UTC-5 hans wrote:
>>
>>> Hello,
>>> Thank you. I did what you recommended. Last Bee and tip from Vasile.
>>> Same message from windows, not recognized and causing a malfunction.
>>> Pff/
>>> regards
>>> Hans
>>>
>>> Op vrijdag 9 december 2022 om 18:43:24 UTC+1 schreef rob...@hotmail.com:
>>>
 Hi Hans,

 As Vasile already mentioned Windows 10 will detect your device as a
 serial (COM) port without the need of installing a separate driver.

 Make sure you have the USB connections right. The signals are not
 crossed like for USART, so D+ to D+ and D- to D-.

 I attached a schematic diagram based on the PIC16F1455 for your
 information and the USB connectors and what the signals look like.

 Good luck!

 Kind regards,

 Rob

 --
 *Van:* jal...@googlegroups.com  namens
 vsurducan 
 *Verzonden:* vrijdag 9 december 2022 18:12
 *Aan:* jal...@googlegroups.com 
 *Onderwerp:* Re: [jallib] USB_help

 Hi Hans,
 for win10 you do not need any special driver, just a good terminal like
 Teraterm.
 Download the last jal package, Rob did some modifications on USB
 driver,
 my suggestion is to use const USB_INTERRUPT_DRIVEN = TRUE
 The maximum speed is about 100kbps.



 On Fri, Dec 9, 2022 at 5:42 PM hans  wrote:

 Hello,
 I am trying to learn more about USB and have tried a sample program( ex
 18F2450)  (see attachment) I keep getting the remark that windows 10 does
 not recognize the connection and cannot install the driver. What am I doing
 wrong??
 regards
 Hans

 --
 You received this message because you are subscribed to the Google
 Groups "jallib" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jallib+un...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jallib/c92e6cb2-a584-4b1b-a77f-d8bf943560b2n%40googlegroups.com
 
 .

 --
 You received this message because you are subscribed to the Google
 Groups "jallib" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to jallib+un...@googlegroups.com.
 To view this discussion on the web visit
 https://groups.google.com/d/msgid/jallib/CAM%2Bj4quO70sp3CP%2BezE5_6jDU%2BpsJ2D7-MAU9bzRm1U1RbmACA%40mail.gmail.com
 
 .

>>> --
> You received this message because you are subscribed to the Google Groups
> "jallib" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jallib+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jallib/df1d95ac-2ed5-46e2-80c6-47021bf19395n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/CAM%2Bj4qv594CbfE6fkJWWskZDebruDXUkhoRtsZFQy_%3D0LzEXGg%40mail.gmail.com.


Re: [jallib] USB_help

2022-12-09 Thread Matthew Schinkel
Also use the code in 18f455_blink_hs_usb.jal

You are missing this one:
OSCCON_SCS = 0  -- select primary oscillator

On Friday, December 9, 2022 at 9:54:43 PM UTC-5 Matthew Schinkel wrote:

> Hi Hans, 
>
> There must be an issue with your circuit. Do you have the correct clock 
> speed? Make sure a blink sample and normal serial port is working. Try 
> another PC. Windows should pick it up. 
>
> Matt.
>
> On Friday, December 9, 2022 at 3:12:12 PM UTC-5 hans wrote:
>
>> Hello,
>> Thank you. I did what you recommended. Last Bee and tip from Vasile. Same 
>> message from windows, not recognized and causing a malfunction. Pff/
>> regards
>> Hans
>>
>> Op vrijdag 9 december 2022 om 18:43:24 UTC+1 schreef rob...@hotmail.com:
>>
>>> Hi Hans,
>>>
>>> As Vasile already mentioned Windows 10 will detect your device as a 
>>> serial (COM) port without the need of installing a separate driver.
>>>
>>> Make sure you have the USB connections right. The signals are not 
>>> crossed like for USART, so D+ to D+ and D- to D-.
>>>
>>> I attached a schematic diagram based on the PIC16F1455 for your 
>>> information and the USB connectors and what the signals look like.
>>>
>>> Good luck!
>>>
>>> Kind regards,
>>>
>>> Rob
>>>
>>> --
>>> *Van:* jal...@googlegroups.com  namens 
>>> vsurducan 
>>> *Verzonden:* vrijdag 9 december 2022 18:12
>>> *Aan:* jal...@googlegroups.com 
>>> *Onderwerp:* Re: [jallib] USB_help 
>>>  
>>> Hi Hans,
>>> for win10 you do not need any special driver, just a good terminal like 
>>> Teraterm.
>>> Download the last jal package, Rob did some modifications on USB driver, 
>>> my suggestion is to use const USB_INTERRUPT_DRIVEN = TRUE
>>> The maximum speed is about 100kbps.
>>>
>>>
>>>
>>> On Fri, Dec 9, 2022 at 5:42 PM hans  wrote:
>>>
>>> Hello,
>>> I am trying to learn more about USB and have tried a sample program( ex 
>>> 18F2450)  (see attachment) I keep getting the remark that windows 10 does 
>>> not recognize the connection and cannot install the driver. What am I doing 
>>> wrong??
>>> regards
>>> Hans
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "jallib" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jallib+un...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jallib/c92e6cb2-a584-4b1b-a77f-d8bf943560b2n%40googlegroups.com
>>>  
>>> 
>>> .
>>>
>>> -- 
>>> You received this message because you are subscribed to the Google 
>>> Groups "jallib" group.
>>> To unsubscribe from this group and stop receiving emails from it, send 
>>> an email to jallib+un...@googlegroups.com.
>>> To view this discussion on the web visit 
>>> https://groups.google.com/d/msgid/jallib/CAM%2Bj4quO70sp3CP%2BezE5_6jDU%2BpsJ2D7-MAU9bzRm1U1RbmACA%40mail.gmail.com
>>>  
>>> 
>>> .
>>>
>>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/df1d95ac-2ed5-46e2-80c6-47021bf19395n%40googlegroups.com.


Re: [jallib] USB_help

2022-12-09 Thread Matthew Schinkel
Hi Hans, 

There must be an issue with your circuit. Do you have the correct clock 
speed? Make sure a blink sample and normal serial port is working. Try 
another PC. Windows should pick it up. 

Matt.

On Friday, December 9, 2022 at 3:12:12 PM UTC-5 hans wrote:

> Hello,
> Thank you. I did what you recommended. Last Bee and tip from Vasile. Same 
> message from windows, not recognized and causing a malfunction. Pff/
> regards
> Hans
>
> Op vrijdag 9 december 2022 om 18:43:24 UTC+1 schreef rob...@hotmail.com:
>
>> Hi Hans,
>>
>> As Vasile already mentioned Windows 10 will detect your device as a 
>> serial (COM) port without the need of installing a separate driver.
>>
>> Make sure you have the USB connections right. The signals are not crossed 
>> like for USART, so D+ to D+ and D- to D-.
>>
>> I attached a schematic diagram based on the PIC16F1455 for your 
>> information and the USB connectors and what the signals look like.
>>
>> Good luck!
>>
>> Kind regards,
>>
>> Rob
>>
>> --
>> *Van:* jal...@googlegroups.com  namens 
>> vsurducan 
>> *Verzonden:* vrijdag 9 december 2022 18:12
>> *Aan:* jal...@googlegroups.com 
>> *Onderwerp:* Re: [jallib] USB_help 
>>  
>> Hi Hans,
>> for win10 you do not need any special driver, just a good terminal like 
>> Teraterm.
>> Download the last jal package, Rob did some modifications on USB driver, 
>> my suggestion is to use const USB_INTERRUPT_DRIVEN = TRUE
>> The maximum speed is about 100kbps.
>>
>>
>>
>> On Fri, Dec 9, 2022 at 5:42 PM hans  wrote:
>>
>> Hello,
>> I am trying to learn more about USB and have tried a sample program( ex 
>> 18F2450)  (see attachment) I keep getting the remark that windows 10 does 
>> not recognize the connection and cannot install the driver. What am I doing 
>> wrong??
>> regards
>> Hans
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "jallib" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jallib+un...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jallib/c92e6cb2-a584-4b1b-a77f-d8bf943560b2n%40googlegroups.com
>>  
>> 
>> .
>>
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "jallib" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to jallib+un...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/jallib/CAM%2Bj4quO70sp3CP%2BezE5_6jDU%2BpsJ2D7-MAU9bzRm1U1RbmACA%40mail.gmail.com
>>  
>> 
>> .
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/ae78e236-5097-4087-a043-e0f1d2bd96c1n%40googlegroups.com.


Re: [jallib] USB_help

2022-12-09 Thread hans
Hello,
Thank you. I did what you recommended. Last Bee and tip from Vasile. Same 
message from windows, not recognized and causing a malfunction. Pff/
regards
Hans

Op vrijdag 9 december 2022 om 18:43:24 UTC+1 schreef rob...@hotmail.com:

> Hi Hans,
>
> As Vasile already mentioned Windows 10 will detect your device as a serial 
> (COM) port without the need of installing a separate driver.
>
> Make sure you have the USB connections right. The signals are not crossed 
> like for USART, so D+ to D+ and D- to D-.
>
> I attached a schematic diagram based on the PIC16F1455 for your 
> information and the USB connectors and what the signals look like.
>
> Good luck!
>
> Kind regards,
>
> Rob
>
> --
> *Van:* jal...@googlegroups.com  namens vsurducan 
> 
> *Verzonden:* vrijdag 9 december 2022 18:12
> *Aan:* jal...@googlegroups.com 
> *Onderwerp:* Re: [jallib] USB_help 
>  
> Hi Hans,
> for win10 you do not need any special driver, just a good terminal like 
> Teraterm.
> Download the last jal package, Rob did some modifications on USB driver, 
> my suggestion is to use const USB_INTERRUPT_DRIVEN = TRUE
> The maximum speed is about 100kbps.
>
>
>
> On Fri, Dec 9, 2022 at 5:42 PM hans  wrote:
>
> Hello,
> I am trying to learn more about USB and have tried a sample program( ex 
> 18F2450)  (see attachment) I keep getting the remark that windows 10 does 
> not recognize the connection and cannot install the driver. What am I doing 
> wrong??
> regards
> Hans
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "jallib" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jallib+un...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jallib/c92e6cb2-a584-4b1b-a77f-d8bf943560b2n%40googlegroups.com
>  
> 
> .
>
> -- 
> You received this message because you are subscribed to the Google Groups 
> "jallib" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to jallib+un...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/jallib/CAM%2Bj4quO70sp3CP%2BezE5_6jDU%2BpsJ2D7-MAU9bzRm1U1RbmACA%40mail.gmail.com
>  
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/31392b62-40ce-4d21-9366-cdcf664571efn%40googlegroups.com.


18f2550_usb_serial_18F4455.jal
Description: Binary data


Re: [jallib] USB_help

2022-12-09 Thread vsurducan
Hi Hans,
for win10 you do not need any special driver, just a good terminal like
Teraterm.
Download the last jal package, Rob did some modifications on USB driver,
my suggestion is to use const USB_INTERRUPT_DRIVEN = TRUE
The maximum speed is about 100kbps.



On Fri, Dec 9, 2022 at 5:42 PM hans  wrote:

> Hello,
> I am trying to learn more about USB and have tried a sample program( ex
> 18F2450)  (see attachment) I keep getting the remark that windows 10 does
> not recognize the connection and cannot install the driver. What am I doing
> wrong??
> regards
> Hans
>
> --
> You received this message because you are subscribed to the Google Groups
> "jallib" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to jallib+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/jallib/c92e6cb2-a584-4b1b-a77f-d8bf943560b2n%40googlegroups.com
> 
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/CAM%2Bj4quO70sp3CP%2BezE5_6jDU%2BpsJ2D7-MAU9bzRm1U1RbmACA%40mail.gmail.com.


[jallib] Re: USB_help

2022-12-09 Thread hans
Another addition:
At the bottom of the series of samples are files with the addition usb. I 
can't detect any USB function in this. Aren't these normal blink-a-led 
files?
regards
Hans

Op vrijdag 9 december 2022 om 16:42:37 UTC+1 schreef hans:

> Hello,
> I am trying to learn more about USB and have tried a sample program( ex 
> 18F2450)  (see attachment) I keep getting the remark that windows 10 does 
> not recognize the connection and cannot install the driver. What am I doing 
> wrong??
> regards
> Hans
>

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/f4201d96-eb76-4ed5-a55f-4e0035793cfcn%40googlegroups.com.


[jallib] USB_help

2022-12-09 Thread hans
Hello,
I am trying to learn more about USB and have tried a sample program( ex 
18F2450)  (see attachment) I keep getting the remark that windows 10 does 
not recognize the connection and cannot install the driver. What am I doing 
wrong??
regards
Hans

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/c92e6cb2-a584-4b1b-a77f-d8bf943560b2n%40googlegroups.com.


18f2450_usb_serial- 18F4455.jal
Description: Binary data


[jallib] [jallib build] buildbot success in jallib on jallib-standard

2022-12-09 Thread build
Hi guys,

This is buildbot speaking. I have finished a build of jallib-standard on jallib.
Buildslave for this Build: sebbot

Build Reason: 
Build Source Stamp: HEAD
Blamelist: mattschinkel

Build succeeded!
Logs are attached.

sincerely,
 -The Buildbot

-- 
You received this message because you are subscribed to the Google Groups 
"jallib" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jallib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jallib/E1p3cfq-lj-Iv%40casadeyork.com.
Updating '.':

UU   TORELEASE

Ainclude/peripheral/usb/usb_mouse.jal

Asample/18f67j50_usb_mouse.jal

Updated to revision 3873.

2790 samples to validate...

1173 libraries to validate...

All files validated :)

Environment config

JALLIB_ROOT=/home/mattschinkel/jallib/slave/standard/build

JALLIB_REPOS=/home/mattschinkel/jallib/slave/standard/build/include

JALLIB_SAMPLEDIR=/home/mattschinkel/jallib/slave/standard/build/sample

JALLIB_JALV2=/home/mattschinkel/bin/jalv2

JALLIB_PYTHON=python2.7



Time duration: 330 secs

jal jalv25r6 (compiled Oct 29 2021)

Required parameter to hex is missing!

no source file, use /home/mattschinkel/bin/jalv2 --help for help

Error while compiling file (status=1).

See previous message.

2790 samples to compile...

All samples compile :)

Environment config

JALLIB_ROOT=/home/mattschinkel/jallib/slave/standard/build

JALLIB_REPOS=/home/mattschinkel/jallib/slave/standard/build/include

JALLIB_SAMPLEDIR=/home/mattschinkel/jallib/slave/standard/build/sample

JALLIB_JALV2=/home/mattschinkel/bin/jalv2

JALLIB_PYTHON=python2.7



Time duration: 1930 secs